#BB22EB

Color #BB22EB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BB22EB

Tints of Electric Purple #BB22EB

Color information

#BB22EB (or 0xBB22EB) is unknown color: approx Electric Purple. HEX triplet: BB, 22 and EB. RGB value is (187,34,235). Sum of RGB (Red+Green+Blue) = 187+34+235=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB22EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB22EB is #44DD14. Grayscale: #666666. Windows color (decimal): -4513045 or 15409851. OLE color: 15409851.

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

Color convert

RGB18734235-
CMYK0.200.8600.08
HSL285.67º83.4%52.75%-
HSV(B)285.67º85.53%92.16%-
XYZ36.0617.7180.11-
YUV102.66202.69188.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 34 (13.67% from 255) = 7.46%
BLUE value IS 235 (92.19% from 255) = 51.54%
R=41.01%
G=7.46%
B=51.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187342350.200.8600.08285.6783.452.75
HexBB22EB14560811e5335
Octal273423532412601043612365
Binary1011101110001011101011101001010110010001000111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB22EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB22EB; }

 p { color: rgb(187,34,235); }

 H1.HeaderClassName
 {
   color: #BB22EB;
 }
 .AnyTagClassName
 {
   color: #BB22EB;
 }
</style>
background-color css

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

 a { background-color: rgb(187,34,235); }

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

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

 span { border-color: rgb(187,34,235); }

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