Html Css Color HEX #BF0EEC Electric Purple

📋 copy color: '#BF0EEC'

red 191 ◦ green 14 ◦ blue 236

#BF0EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BF0EEC

Tints of Electric Purple #BF0EEC

RGB

 RED value IS 191 (75% from 255) = 43.31%

 GREEN value IS 14 (5.86% from 255) = 3.17%

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 43.31%
G = 3.17%
B = 53.51%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF0EEC (or 0xBF0EEC) is known color: Electric Purple. HEX triplet: BF, 0E and EC. RGB value is (191,14,236). Sum of RGB (Red+Green+Blue) = 191+14+236=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0EEC is #40F113. Grayscale: #5B5B5B. Windows color (decimal): -4256020 or 15470271. OLE color: 15470271.

HSL color Cylindrical-coordinate representation of color #BF0EEC: hue angle of 287.84º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0EEC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 14 236 -
CMYK 0.19 0.94 0 0.07
HSL 287.84º 0.89% 0.49% -
HSV(B) 287.84º 0.94% 0.93% -
XYZ 36.78 17.45 80.79 -
YUV 92.23 209.14 198.45 -
System Red Green Blue C M Y K H S L
Decimal 191 14 236 0.19 0.94 0 0.07 287.84 0.89 0.49
Hex BF E EC 13 5E 0 7 120 59 31
Octal 277 16 354 23 136 0 7 440 131 61
Binary 10111111 1110 11101100 10011 1011110 0 111 100100000 1011001 110001

Color Harmonies of #BF0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0EEC

Black with #BF0EEC

Text Example


Text Example

White with #BF0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0EEC; }

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

 H1.HeaderClassName
 {
   color: #BF0EEC;
 }
 .AnyTagClassName
 {
   color: #BF0EEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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