Shades of Electric Purple #BB04FF
Tints of Electric Purple #BB04FF
RGB
CMYK
RGB Variations
Color information
#BB04FF (or 0xBB04FF) is known color: Electric Purple. HEX triplet: BB, 04 and FF. RGB value is (187,4,255). Sum of RGB (Red+Green+Blue) = 187+4+255=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04FF is #44FB00. Grayscale: #565656. Windows color (decimal): -4520705 or 16712891. OLE color: 16712891.
HSL color Cylindrical-coordinate representation of color #BB04FF: hue angle of 283.75º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04FF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 4 | 255 | - |
| CMYK | 0.27 | 0.98 | 0 | 0 |
| HSL | 283.75º | 1% | 0.51% | - |
| HSV(B) | 283.75º | 0.98% | 1% | - |
| XYZ | 38.59 | 17.87 | 96.02 | - |
| YUV | 87.33 | 222.63 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 255 | 0.27 | 0.98 | 0 | 0 | 283.75 | 1 | 0.51 |
| Hex | BB | 4 | FF | 1B | 62 | 0 | 0 | 11C | 64 | 33 |
| Octal | 273 | 4 | 377 | 33 | 142 | 0 | 0 | 434 | 144 | 63 |
| Binary | 10111011 | 100 | 11111111 | 11011 | 1100010 | 0 | 0 | 100011100 | 1100100 | 110011 |
Color Harmonies of #BB04FF
Complementary color
Monochromatic Colors of #BB04FF
Black with #BB04FF
Text Example
Text Example
White with #BB04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04FF; }
p { color: rgb(187,4,255); }
H1.HeaderClassName
{
color: #BB04FF;
}
.AnyTagClassName
{
color: #BB04FF;
}
</style>
background-color css
<style>
a { background-color: #BB04FF; }
a { background-color: rgb(187,4,255); }
div.DivClassName
{
background-color: #BB04FF;
}
.BgClassName
{
background-color: #BB04FF;
}
</style>
border-color css
<style>
span { border-color: #BB04FF; }
span { border-color: rgb(187,4,255); }
td.TdClassName
{
border-color: #BB04FF;
}
.TagClassName
{
border-color: #BB04FF;
}
</style>