Html Css Color HEX #BB02E6 Electric Purple

📋 copy color: '#BB02E6'

red 187 ◦ green 2 ◦ blue 230

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

Shades of Electric Purple #BB02E6

Tints of Electric Purple #BB02E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.89%

R = 44.63%
G = 0.48%
B = 54.89%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB02E6 (or 0xBB02E6) is known color: Electric Purple. HEX triplet: BB, 02 and E6. RGB value is (187,2,230). Sum of RGB (Red+Green+Blue) = 187+2+230=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB02E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB02E6 is #44FD19. Grayscale: #525252. Windows color (decimal): -4521242 or 15073979. OLE color: 15073979.

HSL color Cylindrical-coordinate representation of color #BB02E6: hue angle of 288.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02E6 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 2 230 -
CMYK 0.19 0.99 0 0.10
HSL 288.68º 0.98% 0.45% -
HSV(B) 288.68º 0.99% 0.9% -
XYZ 34.8 16.32 76.18 -
YUV 83.31 210.79 201.96 -
System Red Green Blue C M Y K H S L
Decimal 187 2 230 0.19 0.99 0 0.10 288.68 0.98 0.45
Hex BB 2 E6 13 63 0 A 121 62 2D
Octal 273 2 346 23 143 0 12 441 142 55
Binary 10111011 10 11100110 10011 1100011 0 1010 100100001 1100010 101101

Color Harmonies of #BB02E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02E6

Black with #BB02E6

Text Example


Text Example

White with #BB02E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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