Html Css Color HEX #BB08ED Electric Purple

📋 copy color: '#BB08ED'

red 187 ◦ green 8 ◦ blue 237

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

Shades of Electric Purple #BB08ED

Tints of Electric Purple #BB08ED

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

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

R = 43.29%
G = 1.85%
B = 54.86%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB08ED (or 0xBB08ED) is known color: Electric Purple. HEX triplet: BB, 08 and ED. RGB value is (187,8,237). Sum of RGB (Red+Green+Blue) = 187+8+237=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB08ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB08ED is #44F712. Grayscale: #565656. Windows color (decimal): -4519699 or 15534267. OLE color: 15534267.

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

Color convert

RGB 187 8 237 -
CMYK 0.21 0.97 0 0.07
HSL 286.9º 0.93% 0.48% -
HSV(B) 286.9º 0.97% 0.93% -
XYZ 35.87 16.85 81.48 -
YUV 87.63 212.3 198.88 -
System Red Green Blue C M Y K H S L
Decimal 187 8 237 0.21 0.97 0 0.07 286.9 0.93 0.48
Hex BB 8 ED 15 61 0 7 11F 5D 30
Octal 273 10 355 25 141 0 7 437 135 60
Binary 10111011 1000 11101101 10101 1100001 0 111 100011111 1011101 110000

Color Harmonies of #BB08ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB08ED

Black with #BB08ED

Text Example


Text Example

White with #BB08ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB08ED; }

 p { color: rgb(187,8,237); }

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

background-color css

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

 a { background-color: rgb(187,8,237); }

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

border-color css

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

 span { border-color: rgb(187,8,237); }

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