Shades of Electric Purple #BB20E3
Tints of Electric Purple #BB20E3
RGB
CMYK
RGB Variations
Color information
#BB20E3 (or 0xBB20E3) is known color: Electric Purple. HEX triplet: BB, 20 and E3. RGB value is (187,32,227). Sum of RGB (Red+Green+Blue) = 187+32+227=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 227 (89.06% from 255 or 50.90% from 446); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB20E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20E3 is #44DF1C. Grayscale: #636363. Windows color (decimal): -4513565 or 14885051. OLE color: 14885051.
HSL color Cylindrical-coordinate representation of color #BB20E3: hue angle of 287.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB20E3 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 32 | 227 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.11 |
| HSL | 287.69º | 0.78% | 0.51% | - |
| HSV(B) | 287.69º | 0.86% | 0.89% | - |
| XYZ | 34.88 | 17.14 | 74.14 | - |
| YUV | 100.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 227 | 0.18 | 0.86 | 0 | 0.11 | 287.69 | 0.78 | 0.51 |
| Hex | BB | 20 | E3 | 12 | 56 | 0 | B | 120 | 4E | 33 |
| Octal | 273 | 40 | 343 | 22 | 126 | 0 | 13 | 440 | 116 | 63 |
| Binary | 10111011 | 100000 | 11100011 | 10010 | 1010110 | 0 | 1011 | 100100000 | 1001110 | 110011 |
Color Harmonies of #BB20E3
Complementary color
Monochromatic Colors of #BB20E3
Black with #BB20E3
Text Example
Text Example
White with #BB20E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20E3; }
p { color: rgb(187,32,227); }
H1.HeaderClassName
{
color: #BB20E3;
}
.AnyTagClassName
{
color: #BB20E3;
}
</style>
background-color css
<style>
a { background-color: #BB20E3; }
a { background-color: rgb(187,32,227); }
div.DivClassName
{
background-color: #BB20E3;
}
.BgClassName
{
background-color: #BB20E3;
}
</style>
border-color css
<style>
span { border-color: #BB20E3; }
span { border-color: rgb(187,32,227); }
td.TdClassName
{
border-color: #BB20E3;
}
.TagClassName
{
border-color: #BB20E3;
}
</style>