Shades of Electric Purple #BB21FF
Tints of Electric Purple #BB21FF
RGB
CMYK
RGB Variations
Color information
#BB21FF (or 0xBB21FF) is known color: Electric Purple. HEX triplet: BB, 21 and FF. RGB value is (187,33,255). Sum of RGB (Red+Green+Blue) = 187+33+255=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB21FF is #44DE00. Grayscale: #676767. Windows color (decimal): -4513281 or 16720315. OLE color: 16720315.
HSL color Cylindrical-coordinate representation of color #BB21FF: hue angle of 281.62º 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 #BB21FF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 33 | 255 | - |
| CMYK | 0.27 | 0.87 | 0 | 0 |
| HSL | 281.62º | 1% | 0.56% | - |
| HSV(B) | 281.62º | 0.87% | 1% | - |
| XYZ | 39.09 | 18.87 | 96.19 | - |
| YUV | 104.35 | 213.02 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 255 | 0.27 | 0.87 | 0 | 0 | 281.62 | 1 | 0.56 |
| Hex | BB | 21 | FF | 1B | 57 | 0 | 0 | 11A | 64 | 38 |
| Octal | 273 | 41 | 377 | 33 | 127 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111011 | 100001 | 11111111 | 11011 | 1010111 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BB21FF
Complementary color
Monochromatic Colors of #BB21FF
Black with #BB21FF
Text Example
Text Example
White with #BB21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB21FF; }
p { color: rgb(187,33,255); }
H1.HeaderClassName
{
color: #BB21FF;
}
.AnyTagClassName
{
color: #BB21FF;
}
</style>
background-color css
<style>
a { background-color: #BB21FF; }
a { background-color: rgb(187,33,255); }
div.DivClassName
{
background-color: #BB21FF;
}
.BgClassName
{
background-color: #BB21FF;
}
</style>
border-color css
<style>
span { border-color: #BB21FF; }
span { border-color: rgb(187,33,255); }
td.TdClassName
{
border-color: #BB21FF;
}
.TagClassName
{
border-color: #BB21FF;
}
</style>