Shades of Electric Purple #BB19FA
Tints of Electric Purple #BB19FA
RGB
CMYK
RGB Variations
Color information
#BB19FA (or 0xBB19FA) is known color: Electric Purple. HEX triplet: BB, 19 and FA. RGB value is (187,25,250). Sum of RGB (Red+Green+Blue) = 187+25+250=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19FA is #44E605. Grayscale: #626262. Windows color (decimal): -4515334 or 16390587. OLE color: 16390587.
HSL color Cylindrical-coordinate representation of color #BB19FA: hue angle of 283.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB19FA is Cyan = 0.25, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 25 | 250 | - |
| CMYK | 0.25 | 0.9 | 0 | 0.02 |
| HSL | 283.2º | 0.96% | 0.54% | - |
| HSV(B) | 283.2º | 0.9% | 0.98% | - |
| XYZ | 38.1 | 18.16 | 91.94 | - |
| YUV | 99.09 | 213.17 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 250 | 0.25 | 0.9 | 0 | 0.02 | 283.2 | 0.96 | 0.54 |
| Hex | BB | 19 | FA | 19 | 5A | 0 | 2 | 11B | 60 | 36 |
| Octal | 273 | 31 | 372 | 31 | 132 | 0 | 2 | 433 | 140 | 66 |
| Binary | 10111011 | 11001 | 11111010 | 11001 | 1011010 | 0 | 10 | 100011011 | 1100000 | 110110 |
Color Harmonies of #BB19FA
Complementary color
Monochromatic Colors of #BB19FA
Black with #BB19FA
Text Example
Text Example
White with #BB19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19FA; }
p { color: rgb(187,25,250); }
H1.HeaderClassName
{
color: #BB19FA;
}
.AnyTagClassName
{
color: #BB19FA;
}
</style>
background-color css
<style>
a { background-color: #BB19FA; }
a { background-color: rgb(187,25,250); }
div.DivClassName
{
background-color: #BB19FA;
}
.BgClassName
{
background-color: #BB19FA;
}
</style>
border-color css
<style>
span { border-color: #BB19FA; }
span { border-color: rgb(187,25,250); }
td.TdClassName
{
border-color: #BB19FA;
}
.TagClassName
{
border-color: #BB19FA;
}
</style>