Shades of Electric Purple #BB11FC
Tints of Electric Purple #BB11FC
RGB
CMYK
RGB Variations
Color information
#BB11FC (or 0xBB11FC) is known color: Electric Purple. HEX triplet: BB, 11 and FC. RGB value is (187,17,252). Sum of RGB (Red+Green+Blue) = 187+17+252=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11FC is #44EE03. Grayscale: #5D5D5D. Windows color (decimal): -4517380 or 16519611. OLE color: 16519611.
HSL color Cylindrical-coordinate representation of color #BB11FC: hue angle of 283.4º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB11FC is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 17 | 252 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.01 |
| HSL | 283.4º | 0.98% | 0.53% | - |
| HSV(B) | 283.4º | 0.93% | 0.99% | - |
| XYZ | 38.26 | 17.99 | 93.55 | - |
| YUV | 94.62 | 216.82 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 252 | 0.26 | 0.93 | 0 | 0.01 | 283.4 | 0.98 | 0.53 |
| Hex | BB | 11 | FC | 1A | 5D | 0 | 1 | 11B | 62 | 35 |
| Octal | 273 | 21 | 374 | 32 | 135 | 0 | 1 | 433 | 142 | 65 |
| Binary | 10111011 | 10001 | 11111100 | 11010 | 1011101 | 0 | 1 | 100011011 | 1100010 | 110101 |
Color Harmonies of #BB11FC
Complementary color
Monochromatic Colors of #BB11FC
Black with #BB11FC
Text Example
Text Example
White with #BB11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11FC; }
p { color: rgb(187,17,252); }
H1.HeaderClassName
{
color: #BB11FC;
}
.AnyTagClassName
{
color: #BB11FC;
}
</style>
background-color css
<style>
a { background-color: #BB11FC; }
a { background-color: rgb(187,17,252); }
div.DivClassName
{
background-color: #BB11FC;
}
.BgClassName
{
background-color: #BB11FC;
}
</style>
border-color css
<style>
span { border-color: #BB11FC; }
span { border-color: rgb(187,17,252); }
td.TdClassName
{
border-color: #BB11FC;
}
.TagClassName
{
border-color: #BB11FC;
}
</style>