Shades of Electric Purple #BB04F0
Tints of Electric Purple #BB04F0
RGB
CMYK
RGB Variations
Color information
#BB04F0 (or 0xBB04F0) is known color: Electric Purple. HEX triplet: BB, 04 and F0. RGB value is (187,4,240). Sum of RGB (Red+Green+Blue) = 187+4+240=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB04F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04F0 is #44FB0F. Grayscale: #545454. Windows color (decimal): -4520720 or 15729851. OLE color: 15729851.
HSL color Cylindrical-coordinate representation of color #BB04F0: hue angle of 286.53º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04F0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 4 | 240 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.06 |
| HSL | 286.53º | 0.97% | 0.48% | - |
| HSV(B) | 286.53º | 0.98% | 0.94% | - |
| XYZ | 36.27 | 16.94 | 83.8 | - |
| YUV | 85.62 | 215.13 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 240 | 0.22 | 0.98 | 0 | 0.06 | 286.53 | 0.97 | 0.48 |
| Hex | BB | 4 | F0 | 16 | 62 | 0 | 6 | 11F | 61 | 30 |
| Octal | 273 | 4 | 360 | 26 | 142 | 0 | 6 | 437 | 141 | 60 |
| Binary | 10111011 | 100 | 11110000 | 10110 | 1100010 | 0 | 110 | 100011111 | 1100001 | 110000 |
Color Harmonies of #BB04F0
Complementary color
Monochromatic Colors of #BB04F0
Black with #BB04F0
Text Example
Text Example
White with #BB04F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04F0; }
p { color: rgb(187,4,240); }
H1.HeaderClassName
{
color: #BB04F0;
}
.AnyTagClassName
{
color: #BB04F0;
}
</style>
background-color css
<style>
a { background-color: #BB04F0; }
a { background-color: rgb(187,4,240); }
div.DivClassName
{
background-color: #BB04F0;
}
.BgClassName
{
background-color: #BB04F0;
}
</style>
border-color css
<style>
span { border-color: #BB04F0; }
span { border-color: rgb(187,4,240); }
td.TdClassName
{
border-color: #BB04F0;
}
.TagClassName
{
border-color: #BB04F0;
}
</style>