Html Css Color HEX #BB0BEC Electric Purple

📋 copy color: '#BB0BEC'

red 187 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #BB0BEC

Tints of Electric Purple #BB0BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.53%

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

R = 43.09%
G = 2.53%
B = 54.38%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB0BEC (or 0xBB0BEC) is known color: Electric Purple. HEX triplet: BB, 0B and EC. RGB value is (187,11,236). Sum of RGB (Red+Green+Blue) = 187+11+236=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB0BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BEC is #44F413. Grayscale: #585858. Windows color (decimal): -4518932 or 15469499. OLE color: 15469499.

HSL color Cylindrical-coordinate representation of color #BB0BEC: hue angle of 286.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BEC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 11 236 -
CMYK 0.21 0.95 0 0.07
HSL 286.93º 0.91% 0.48% -
HSV(B) 286.93º 0.95% 0.93% -
XYZ 35.75 16.86 80.73 -
YUV 89.27 210.81 197.7 -
System Red Green Blue C M Y K H S L
Decimal 187 11 236 0.21 0.95 0 0.07 286.93 0.91 0.48
Hex BB B EC 15 5F 0 7 11F 5B 30
Octal 273 13 354 25 137 0 7 437 133 60
Binary 10111011 1011 11101100 10101 1011111 0 111 100011111 1011011 110000

Color Harmonies of #BB0BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BEC

Black with #BB0BEC

Text Example


Text Example

White with #BB0BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BEC; }

 p { color: rgb(187,11,236); }

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

background-color css

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

 a { background-color: rgb(187,11,236); }

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

border-color css

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

 span { border-color: rgb(187,11,236); }

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