#BF0EE9

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

Shades of Electric Purple #BF0EE9

Tints of Electric Purple #BF0EE9

Color information

#BF0EE9 (or 0xBF0EE9) is unknown color: approx Electric Purple. HEX triplet: BF, 0E and E9. RGB value is (191,14,233). Sum of RGB (Red+Green+Blue) = 191+14+233=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0EE9 is #40F116. Grayscale: #5B5B5B. Windows color (decimal): -4256023 or 15273663. OLE color: 15273663.

HSL color Cylindrical-coordinate representation of color #BF0EE9: hue angle of 288.49º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0EE9 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19114233-
CMYK0.180.9400.09
HSL288.49º88.66%48.43%-
HSV(B)288.49º93.99%91.37%-
XYZ36.3517.2778.51-
YUV91.89207.64198.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 14 (5.86% from 255) = 3.20%
BLUE value IS 233 (91.41% from 255) = 53.20%
R=43.61%
G=3.20%
B=53.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191142330.180.9400.09288.4988.6648.43
HexBFEE9125E091205930
Octal277163512213601144013160
Binary10111111111011101001100101011110010011001000001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0EE9; }

 p { color: rgb(191,14,233); }

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

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

 a { background-color: rgb(191,14,233); }

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

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

 span { border-color: rgb(191,14,233); }

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