#BF0EEF

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

Shades of Electric Purple #BF0EEF

Tints of Electric Purple #BF0EEF

Color information

#BF0EEF (or 0xBF0EEF) is unknown color: approx Electric Purple. HEX triplet: BF, 0E and EF. RGB value is (191,14,239). Sum of RGB (Red+Green+Blue) = 191+14+239=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0EEF is #40F110. Grayscale: #5B5B5B. Windows color (decimal): -4256017 or 15666879. OLE color: 15666879.

HSL color Cylindrical-coordinate representation of color #BF0EEF: hue angle of 287.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0EEF is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19114239-
CMYK0.200.9400.06
HSL287.2º88.93%49.61%-
HSV(B)287.2º94.14%93.73%-
XYZ37.2217.6283.1-
YUV92.57210.64198.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 14 (5.86% from 255) = 3.15%
BLUE value IS 239 (93.75% from 255) = 53.83%
R=43.02%
G=3.15%
B=53.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal191142390.200.9400.06287.288.9349.61
HexBFEEF145E0611f5932
Octal27716357241360643713162
Binary1011111111101110111110100101111001101000111111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0EEF; }

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

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

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

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

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

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

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

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