Shades of Electric Purple #BB0FFC
Tints of Electric Purple #BB0FFC
RGB
CMYK
RGB Variations
Color information
#BB0FFC (or 0xBB0FFC) is known color: Electric Purple. HEX triplet: BB, 0F and FC. RGB value is (187,15,252). Sum of RGB (Red+Green+Blue) = 187+15+252=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB0FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FFC is #44F003. Grayscale: #5C5C5C. Windows color (decimal): -4517892 or 16519099. OLE color: 16519099.
HSL color Cylindrical-coordinate representation of color #BB0FFC: hue angle of 283.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FFC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 15 | 252 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.01 |
| HSL | 283.54º | 0.98% | 0.52% | - |
| HSV(B) | 283.54º | 0.94% | 0.99% | - |
| XYZ | 38.24 | 17.93 | 93.54 | - |
| YUV | 93.45 | 217.48 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 252 | 0.26 | 0.94 | 0 | 0.01 | 283.54 | 0.98 | 0.52 |
| Hex | BB | F | FC | 1A | 5E | 0 | 1 | 11C | 62 | 34 |
| Octal | 273 | 17 | 374 | 32 | 136 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111011 | 1111 | 11111100 | 11010 | 1011110 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BB0FFC
Complementary color
Monochromatic Colors of #BB0FFC
Black with #BB0FFC
Text Example
Text Example
White with #BB0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FFC; }
p { color: rgb(187,15,252); }
H1.HeaderClassName
{
color: #BB0FFC;
}
.AnyTagClassName
{
color: #BB0FFC;
}
</style>
background-color css
<style>
a { background-color: #BB0FFC; }
a { background-color: rgb(187,15,252); }
div.DivClassName
{
background-color: #BB0FFC;
}
.BgClassName
{
background-color: #BB0FFC;
}
</style>
border-color css
<style>
span { border-color: #BB0FFC; }
span { border-color: rgb(187,15,252); }
td.TdClassName
{
border-color: #BB0FFC;
}
.TagClassName
{
border-color: #BB0FFC;
}
</style>