Shades of Electric Purple #BB19F0
Tints of Electric Purple #BB19F0
RGB
CMYK
RGB Variations
Color information
#BB19F0 (or 0xBB19F0) is known color: Electric Purple. HEX triplet: BB, 19 and F0. RGB value is (187,25,240). Sum of RGB (Red+Green+Blue) = 187+25+240=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB19F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19F0 is #44E60F. Grayscale: #616161. Windows color (decimal): -4515344 or 15735227. OLE color: 15735227.
HSL color Cylindrical-coordinate representation of color #BB19F0: hue angle of 285.21º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB19F0 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 25 | 240 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.06 |
| HSL | 285.21º | 0.88% | 0.52% | - |
| HSV(B) | 285.21º | 0.9% | 0.94% | - |
| XYZ | 36.57 | 17.55 | 83.9 | - |
| YUV | 97.95 | 208.17 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 240 | 0.22 | 0.90 | 0 | 0.06 | 285.21 | 0.88 | 0.52 |
| Hex | BB | 19 | F0 | 16 | 5A | 0 | 6 | 11D | 58 | 34 |
| Octal | 273 | 31 | 360 | 26 | 132 | 0 | 6 | 435 | 130 | 64 |
| Binary | 10111011 | 11001 | 11110000 | 10110 | 1011010 | 0 | 110 | 100011101 | 1011000 | 110100 |
Color Harmonies of #BB19F0
Complementary color
Monochromatic Colors of #BB19F0
Black with #BB19F0
Text Example
Text Example
White with #BB19F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19F0; }
p { color: rgb(187,25,240); }
H1.HeaderClassName
{
color: #BB19F0;
}
.AnyTagClassName
{
color: #BB19F0;
}
</style>
background-color css
<style>
a { background-color: #BB19F0; }
a { background-color: rgb(187,25,240); }
div.DivClassName
{
background-color: #BB19F0;
}
.BgClassName
{
background-color: #BB19F0;
}
</style>
border-color css
<style>
span { border-color: #BB19F0; }
span { border-color: rgb(187,25,240); }
td.TdClassName
{
border-color: #BB19F0;
}
.TagClassName
{
border-color: #BB19F0;
}
</style>