Html Css Color HEX #BB02EC Electric Purple

📋 copy color: '#BB02EC'

red 187 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #BB02EC

Tints of Electric Purple #BB02EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 44%
G = 0.47%
B = 55.53%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB02EC (or 0xBB02EC) is known color: Electric Purple. HEX triplet: BB, 02 and EC. RGB value is (187,2,236). Sum of RGB (Red+Green+Blue) = 187+2+236=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB02EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB02EC is #44FD13. Grayscale: #535353. Windows color (decimal): -4521236 or 15467195. OLE color: 15467195.

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

Color convert

RGB 187 2 236 -
CMYK 0.21 0.99 0 0.07
HSL 287.44º 0.98% 0.47% -
HSV(B) 287.44º 0.99% 0.93% -
XYZ 35.66 16.66 80.69 -
YUV 83.99 213.79 201.47 -
System Red Green Blue C M Y K H S L
Decimal 187 2 236 0.21 0.99 0 0.07 287.44 0.98 0.47
Hex BB 2 EC 15 63 0 7 11F 62 2F
Octal 273 2 354 25 143 0 7 437 142 57
Binary 10111011 10 11101100 10101 1100011 0 111 100011111 1100010 101111

Color Harmonies of #BB02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02EC

Black with #BB02EC

Text Example


Text Example

White with #BB02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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