Shades of Electric Purple #BB10FC
Tints of Electric Purple #BB10FC
RGB
CMYK
RGB Variations
Color information
#BB10FC (or 0xBB10FC) is known color: Electric Purple. HEX triplet: BB, 10 and FC. RGB value is (187,16,252). Sum of RGB (Red+Green+Blue) = 187+16+252=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB10FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10FC is #44EF03. Grayscale: #5D5D5D. Windows color (decimal): -4517636 or 16519355. OLE color: 16519355.
HSL color Cylindrical-coordinate representation of color #BB10FC: hue angle of 283.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB10FC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 16 | 252 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.01 |
| HSL | 283.47º | 0.98% | 0.53% | - |
| HSV(B) | 283.47º | 0.94% | 0.99% | - |
| XYZ | 38.25 | 17.96 | 93.55 | - |
| YUV | 94.03 | 217.15 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 252 | 0.26 | 0.94 | 0 | 0.01 | 283.47 | 0.98 | 0.53 |
| Hex | BB | 10 | FC | 1A | 5E | 0 | 1 | 11B | 62 | 35 |
| Octal | 273 | 20 | 374 | 32 | 136 | 0 | 1 | 433 | 142 | 65 |
| Binary | 10111011 | 10000 | 11111100 | 11010 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110101 |
Color Harmonies of #BB10FC
Complementary color
Monochromatic Colors of #BB10FC
Black with #BB10FC
Text Example
Text Example
White with #BB10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10FC; }
p { color: rgb(187,16,252); }
H1.HeaderClassName
{
color: #BB10FC;
}
.AnyTagClassName
{
color: #BB10FC;
}
</style>
background-color css
<style>
a { background-color: #BB10FC; }
a { background-color: rgb(187,16,252); }
div.DivClassName
{
background-color: #BB10FC;
}
.BgClassName
{
background-color: #BB10FC;
}
</style>
border-color css
<style>
span { border-color: #BB10FC; }
span { border-color: rgb(187,16,252); }
td.TdClassName
{
border-color: #BB10FC;
}
.TagClassName
{
border-color: #BB10FC;
}
</style>