Html Css Color HEX #BF0EEB Electric Purple

📋 copy color: '#BF0EEB'

red 191 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #BF0EEB

Tints of Electric Purple #BF0EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 43.41%
G = 3.18%
B = 53.41%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF0EEB (or 0xBF0EEB) is known color: Electric Purple. HEX triplet: BF, 0E and EB. RGB value is (191,14,235). Sum of RGB (Red+Green+Blue) = 191+14+235=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0EEB is #40F114. Grayscale: #5B5B5B. Windows color (decimal): -4256021 or 15404735. OLE color: 15404735.

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

Color convert

RGB 191 14 235 -
CMYK 0.19 0.94 0 0.08
HSL 288.05º 0.89% 0.49% -
HSV(B) 288.05º 0.94% 0.92% -
XYZ 36.64 17.39 80.02 -
YUV 92.12 208.64 198.53 -
System Red Green Blue C M Y K H S L
Decimal 191 14 235 0.19 0.94 0 0.08 288.05 0.89 0.49
Hex BF E EB 13 5E 0 8 120 59 31
Octal 277 16 353 23 136 0 10 440 131 61
Binary 10111111 1110 11101011 10011 1011110 0 1000 100100000 1011001 110001

Color Harmonies of #BF0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0EEB

Black with #BF0EEB

Text Example


Text Example

White with #BF0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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