Shades of Electric Purple #BB19FF
Tints of Electric Purple #BB19FF
RGB
CMYK
RGB Variations
Color information
#BB19FF (or 0xBB19FF) is known color: Electric Purple. HEX triplet: BB, 19 and FF. RGB value is (187,25,255). Sum of RGB (Red+Green+Blue) = 187+25+255=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19FF is #44E600. Grayscale: #626262. Windows color (decimal): -4515329 or 16718267. OLE color: 16718267.
HSL color Cylindrical-coordinate representation of color #BB19FF: hue angle of 282.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB19FF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 25 | 255 | - |
| CMYK | 0.27 | 0.90 | 0 | 0 |
| HSL | 282.26º | 1% | 0.55% | - |
| HSV(B) | 282.26º | 0.9% | 1% | - |
| XYZ | 38.89 | 18.48 | 96.12 | - |
| YUV | 99.66 | 215.67 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 255 | 0.27 | 0.90 | 0 | 0 | 282.26 | 1 | 0.55 |
| Hex | BB | 19 | FF | 1B | 5A | 0 | 0 | 11A | 64 | 37 |
| Octal | 273 | 31 | 377 | 33 | 132 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111011 | 11001 | 11111111 | 11011 | 1011010 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #BB19FF
Complementary color
Monochromatic Colors of #BB19FF
Black with #BB19FF
Text Example
Text Example
White with #BB19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19FF; }
p { color: rgb(187,25,255); }
H1.HeaderClassName
{
color: #BB19FF;
}
.AnyTagClassName
{
color: #BB19FF;
}
</style>
background-color css
<style>
a { background-color: #BB19FF; }
a { background-color: rgb(187,25,255); }
div.DivClassName
{
background-color: #BB19FF;
}
.BgClassName
{
background-color: #BB19FF;
}
</style>
border-color css
<style>
span { border-color: #BB19FF; }
span { border-color: rgb(187,25,255); }
td.TdClassName
{
border-color: #BB19FF;
}
.TagClassName
{
border-color: #BB19FF;
}
</style>