Html Css Color HEX #BF0EED Electric Purple

📋 copy color: '#BF0EED'

red 191 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #BF0EED

Tints of Electric Purple #BF0EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 43.21%
G = 3.17%
B = 53.62%

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

#BF0EED (or 0xBF0EED) is known color: Electric Purple. HEX triplet: BF, 0E and ED. RGB value is (191,14,237). Sum of RGB (Red+Green+Blue) = 191+14+237=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0EED is #40F112. Grayscale: #5B5B5B. Windows color (decimal): -4256019 or 15535807. OLE color: 15535807.

HSL color Cylindrical-coordinate representation of color #BF0EED: hue angle of 287.62º 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 #BF0EED is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 14 237 -
CMYK 0.19 0.94 0 0.07
HSL 287.62º 0.89% 0.49% -
HSV(B) 287.62º 0.94% 0.93% -
XYZ 36.93 17.5 81.55 -
YUV 92.35 209.64 198.37 -
System Red Green Blue C M Y K H S L
Decimal 191 14 237 0.19 0.94 0 0.07 287.62 0.89 0.49
Hex BF E ED 13 5E 0 7 120 59 31
Octal 277 16 355 23 136 0 7 440 131 61
Binary 10111111 1110 11101101 10011 1011110 0 111 100100000 1011001 110001

Color Harmonies of #BF0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0EED

Black with #BF0EED

Text Example


Text Example

White with #BF0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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