#BF1BF1

Color #BF1BF1 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BF1BF1

Tints of Electric Purple #BF1BF1

Color information

#BF1BF1 (or 0xBF1BF1) is unknown color: approx Electric Purple. HEX triplet: BF, 1B and F1. RGB value is (191,27,241). Sum of RGB (Red+Green+Blue) = 191+27+241=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF1BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1BF1 is #40E40E. Grayscale: #636363. Windows color (decimal): -4252687 or 15801279. OLE color: 15801279.

HSL color Cylindrical-coordinate representation of color #BF1BF1: hue angle of 285.98º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1BF1 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19127241-
CMYK0.210.8900.05
HSL285.98º88.43%52.55%-
HSV(B)285.98º88.8%94.51%-
XYZ37.7518.2184.74-
YUV100.43207.33192.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 27 (10.94% from 255) = 5.88%
BLUE value IS 241 (94.53% from 255) = 52.51%
R=41.61%
G=5.88%
B=52.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191272410.210.8900.05285.9888.4352.55
HexBF1BF115590511e5835
Octal27733361251310543613065
Binary10111111110111111000110101101100101011000111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1BF1; }

 p { color: rgb(191,27,241); }

 H1.HeaderClassName
 {
   color: #BF1BF1;
 }
 .AnyTagClassName
 {
   color: #BF1BF1;
 }
</style>
background-color css

<style>
 a { background-color: #BF1BF1; }

 a { background-color: rgb(191,27,241); }

 div.DivClassName
 {
   background-color: #BF1BF1;
 }
 .BgClassName
 {
   background-color: #BF1BF1;
 }
</style>
border-color css

<style>
 span { border-color: #BF1BF1; }

 span { border-color: rgb(191,27,241); }

 td.TdClassName
 {
   border-color: #BF1BF1;
 }
 .TagClassName
 {
   border-color: #BF1BF1;
 }
</style>