Html Css Color HEX #BB03EA Electric Purple

📋 copy color: '#BB03EA'

red 187 ◦ green 3 ◦ blue 234

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

Shades of Electric Purple #BB03EA

Tints of Electric Purple #BB03EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 44.1%
G = 0.71%
B = 55.19%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB03EA (or 0xBB03EA) is known color: Electric Purple. HEX triplet: BB, 03 and EA. RGB value is (187,3,234). Sum of RGB (Red+Green+Blue) = 187+3+234=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB03EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03EA is #44FC15. Grayscale: #535353. Windows color (decimal): -4520982 or 15336379. OLE color: 15336379.

HSL color Cylindrical-coordinate representation of color #BB03EA: hue angle of 287.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03EA is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 3 234 -
CMYK 0.20 0.99 0 0.08
HSL 287.79º 0.97% 0.46% -
HSV(B) 287.79º 0.99% 0.92% -
XYZ 35.38 16.57 79.18 -
YUV 84.35 212.46 201.22 -
System Red Green Blue C M Y K H S L
Decimal 187 3 234 0.20 0.99 0 0.08 287.79 0.97 0.46
Hex BB 3 EA 14 63 0 8 120 61 2E
Octal 273 3 352 24 143 0 10 440 141 56
Binary 10111011 11 11101010 10100 1100011 0 1000 100100000 1100001 101110

Color Harmonies of #BB03EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03EA

Black with #BB03EA

Text Example


Text Example

White with #BB03EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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