#BB20EF

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

Shades of Electric Purple #BB20EF

Tints of Electric Purple #BB20EF

Color information

#BB20EF (or 0xBB20EF) is unknown color: approx Electric Purple. HEX triplet: BB, 20 and EF. RGB value is (187,32,239). Sum of RGB (Red+Green+Blue) = 187+32+239=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20EF is #44DF10. Grayscale: #656565. Windows color (decimal): -4513553 or 15671483. OLE color: 15671483.

HSL color Cylindrical-coordinate representation of color #BB20EF: hue angle of 284.93º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB20EF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18732239-
CMYK0.220.8700.06
HSL284.93º86.61%53.14%-
HSV(B)284.93º86.61%93.73%-
XYZ36.5917.8383.17-
YUV101.94205.35188.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 32 (12.89% from 255) = 6.99%
BLUE value IS 239 (93.75% from 255) = 52.18%
R=40.83%
G=6.99%
B=52.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187322390.220.8700.06284.9386.6153.14
HexBB20EF16570611d5735
Octal27340357261270643512765
Binary101110111000001110111110110101011101101000111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB20EF; }

 p { color: rgb(187,32,239); }

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

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

 a { background-color: rgb(187,32,239); }

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

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

 span { border-color: rgb(187,32,239); }

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