Html Css Color HEX #BB03EC Electric Purple

📋 copy color: '#BB03EC'

red 187 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #BB03EC

Tints of Electric Purple #BB03EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 43.9%
G = 0.7%
B = 55.4%

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

#BB03EC (or 0xBB03EC) is known color: Electric Purple. HEX triplet: BB, 03 and EC. RGB value is (187,3,236). Sum of RGB (Red+Green+Blue) = 187+3+236=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03EC is #44FC13. Grayscale: #535353. Windows color (decimal): -4520980 or 15467451. OLE color: 15467451.

HSL color Cylindrical-coordinate representation of color #BB03EC: hue angle of 287.38º degrees, saturation: 0.97, 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 #BB03EC is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 3 236 -
CMYK 0.21 0.99 0 0.07
HSL 287.38º 0.97% 0.47% -
HSV(B) 287.38º 0.99% 0.93% -
XYZ 35.67 16.69 80.7 -
YUV 84.58 213.46 201.05 -
System Red Green Blue C M Y K H S L
Decimal 187 3 236 0.21 0.99 0 0.07 287.38 0.97 0.47
Hex BB 3 EC 15 63 0 7 11F 61 2F
Octal 273 3 354 25 143 0 7 437 141 57
Binary 10111011 11 11101100 10101 1100011 0 111 100011111 1100001 101111

Color Harmonies of #BB03EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03EC

Black with #BB03EC

Text Example


Text Example

White with #BB03EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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