Shades of Electric Purple #BB04FC
Tints of Electric Purple #BB04FC
RGB
CMYK
RGB Variations
Color information
#BB04FC (or 0xBB04FC) is known color: Electric Purple. HEX triplet: BB, 04 and FC. RGB value is (187,4,252). Sum of RGB (Red+Green+Blue) = 187+4+252=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB04FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04FC is #44FB03. Grayscale: #565656. Windows color (decimal): -4520708 or 16516283. OLE color: 16516283.
HSL color Cylindrical-coordinate representation of color #BB04FC: hue angle of 284.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04FC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 4 | 252 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.01 |
| HSL | 284.27º | 0.98% | 0.5% | - |
| HSV(B) | 284.27º | 0.98% | 0.99% | - |
| XYZ | 38.11 | 17.68 | 93.5 | - |
| YUV | 86.99 | 221.13 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 252 | 0.26 | 0.98 | 0 | 0.01 | 284.27 | 0.98 | 0.5 |
| Hex | BB | 4 | FC | 1A | 62 | 0 | 1 | 11C | 62 | 32 |
| Octal | 273 | 4 | 374 | 32 | 142 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111011 | 100 | 11111100 | 11010 | 1100010 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #BB04FC
Complementary color
Monochromatic Colors of #BB04FC
Black with #BB04FC
Text Example
Text Example
White with #BB04FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04FC; }
p { color: rgb(187,4,252); }
H1.HeaderClassName
{
color: #BB04FC;
}
.AnyTagClassName
{
color: #BB04FC;
}
</style>
background-color css
<style>
a { background-color: #BB04FC; }
a { background-color: rgb(187,4,252); }
div.DivClassName
{
background-color: #BB04FC;
}
.BgClassName
{
background-color: #BB04FC;
}
</style>
border-color css
<style>
span { border-color: #BB04FC; }
span { border-color: rgb(187,4,252); }
td.TdClassName
{
border-color: #BB04FC;
}
.TagClassName
{
border-color: #BB04FC;
}
</style>