Shades of Electric Purple #BB16FF
Tints of Electric Purple #BB16FF
RGB
CMYK
RGB Variations
Color information
#BB16FF (or 0xBB16FF) is known color: Electric Purple. HEX triplet: BB, 16 and FF. RGB value is (187,22,255). Sum of RGB (Red+Green+Blue) = 187+22+255=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB16FF is #44E900. Grayscale: #616161. Windows color (decimal): -4516097 or 16717499. OLE color: 16717499.
HSL color Cylindrical-coordinate representation of color #BB16FF: hue angle of 282.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB16FF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 22 | 255 | - |
| CMYK | 0.27 | 0.91 | 0 | 0 |
| HSL | 282.49º | 1% | 0.54% | - |
| HSV(B) | 282.49º | 0.91% | 1% | - |
| XYZ | 38.83 | 18.36 | 96.1 | - |
| YUV | 97.9 | 216.66 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 255 | 0.27 | 0.91 | 0 | 0 | 282.49 | 1 | 0.54 |
| Hex | BB | 16 | FF | 1B | 5B | 0 | 0 | 11A | 64 | 36 |
| Octal | 273 | 26 | 377 | 33 | 133 | 0 | 0 | 432 | 144 | 66 |
| Binary | 10111011 | 10110 | 11111111 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100100 | 110110 |
Color Harmonies of #BB16FF
Complementary color
Monochromatic Colors of #BB16FF
Black with #BB16FF
Text Example
Text Example
White with #BB16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16FF; }
p { color: rgb(187,22,255); }
H1.HeaderClassName
{
color: #BB16FF;
}
.AnyTagClassName
{
color: #BB16FF;
}
</style>
background-color css
<style>
a { background-color: #BB16FF; }
a { background-color: rgb(187,22,255); }
div.DivClassName
{
background-color: #BB16FF;
}
.BgClassName
{
background-color: #BB16FF;
}
</style>
border-color css
<style>
span { border-color: #BB16FF; }
span { border-color: rgb(187,22,255); }
td.TdClassName
{
border-color: #BB16FF;
}
.TagClassName
{
border-color: #BB16FF;
}
</style>