Shades of Electric Purple #BB20FF
Tints of Electric Purple #BB20FF
RGB
CMYK
RGB Variations
Color information
#BB20FF (or 0xBB20FF) is known color: Electric Purple. HEX triplet: BB, 20 and FF. RGB value is (187,32,255). Sum of RGB (Red+Green+Blue) = 187+32+255=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20FF is #44DF00. Grayscale: #676767. Windows color (decimal): -4513537 or 16720059. OLE color: 16720059.
HSL color Cylindrical-coordinate representation of color #BB20FF: hue angle of 281.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB20FF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 32 | 255 | - |
| CMYK | 0.27 | 0.87 | 0 | 0 |
| HSL | 281.7º | 1% | 0.56% | - |
| HSV(B) | 281.7º | 0.87% | 1% | - |
| XYZ | 39.06 | 18.82 | 96.18 | - |
| YUV | 103.77 | 213.35 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 255 | 0.27 | 0.87 | 0 | 0 | 281.7 | 1 | 0.56 |
| Hex | BB | 20 | FF | 1B | 57 | 0 | 0 | 11A | 64 | 38 |
| Octal | 273 | 40 | 377 | 33 | 127 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111011 | 100000 | 11111111 | 11011 | 1010111 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BB20FF
Complementary color
Monochromatic Colors of #BB20FF
Black with #BB20FF
Text Example
Text Example
White with #BB20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20FF; }
p { color: rgb(187,32,255); }
H1.HeaderClassName
{
color: #BB20FF;
}
.AnyTagClassName
{
color: #BB20FF;
}
</style>
background-color css
<style>
a { background-color: #BB20FF; }
a { background-color: rgb(187,32,255); }
div.DivClassName
{
background-color: #BB20FF;
}
.BgClassName
{
background-color: #BB20FF;
}
</style>
border-color css
<style>
span { border-color: #BB20FF; }
span { border-color: rgb(187,32,255); }
td.TdClassName
{
border-color: #BB20FF;
}
.TagClassName
{
border-color: #BB20FF;
}
</style>