Html Css Color HEX #BB0EEB Electric Purple

📋 copy color: '#BB0EEB'

red 187 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #BB0EEB

Tints of Electric Purple #BB0EEB

RGB

 RED value IS 187 (73.44% from 255) = 42.89%

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

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

R = 42.89%
G = 3.21%
B = 53.9%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB0EEB (or 0xBB0EEB) is known color: Electric Purple. HEX triplet: BB, 0E and EB. RGB value is (187,14,235). Sum of RGB (Red+Green+Blue) = 187+14+235=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EEB is #44F114. Grayscale: #5A5A5A. Windows color (decimal): -4518165 or 15404731. OLE color: 15404731.

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

Color convert

RGB 187 14 235 -
CMYK 0.20 0.94 0 0.08
HSL 286.97º 0.89% 0.49% -
HSV(B) 286.97º 0.94% 0.92% -
XYZ 35.65 16.88 79.98 -
YUV 90.92 209.31 196.53 -
System Red Green Blue C M Y K H S L
Decimal 187 14 235 0.20 0.94 0 0.08 286.97 0.89 0.49
Hex BB E EB 14 5E 0 8 11F 59 31
Octal 273 16 353 24 136 0 10 437 131 61
Binary 10111011 1110 11101011 10100 1011110 0 1000 100011111 1011001 110001

Color Harmonies of #BB0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EEB

Black with #BB0EEB

Text Example


Text Example

White with #BB0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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