Shades of Electric Purple #BB0BFC
Tints of Electric Purple #BB0BFC
RGB
CMYK
RGB Variations
Color information
#BB0BFC (or 0xBB0BFC) is known color: Electric Purple. HEX triplet: BB, 0B and FC. RGB value is (187,11,252). Sum of RGB (Red+Green+Blue) = 187+11+252=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB0BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BFC is #44F403. Grayscale: #5A5A5A. Windows color (decimal): -4518916 or 16518075. OLE color: 16518075.
HSL color Cylindrical-coordinate representation of color #BB0BFC: hue angle of 283.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0BFC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 11 | 252 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.01 |
| HSL | 283.82º | 0.98% | 0.52% | - |
| HSV(B) | 283.82º | 0.96% | 0.99% | - |
| XYZ | 38.18 | 17.83 | 93.52 | - |
| YUV | 91.1 | 218.81 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 252 | 0.26 | 0.96 | 0 | 0.01 | 283.82 | 0.98 | 0.52 |
| Hex | BB | B | FC | 1A | 60 | 0 | 1 | 11C | 62 | 34 |
| Octal | 273 | 13 | 374 | 32 | 140 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111011 | 1011 | 11111100 | 11010 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BB0BFC
Complementary color
Monochromatic Colors of #BB0BFC
Black with #BB0BFC
Text Example
Text Example
White with #BB0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BFC; }
p { color: rgb(187,11,252); }
H1.HeaderClassName
{
color: #BB0BFC;
}
.AnyTagClassName
{
color: #BB0BFC;
}
</style>
background-color css
<style>
a { background-color: #BB0BFC; }
a { background-color: rgb(187,11,252); }
div.DivClassName
{
background-color: #BB0BFC;
}
.BgClassName
{
background-color: #BB0BFC;
}
</style>
border-color css
<style>
span { border-color: #BB0BFC; }
span { border-color: rgb(187,11,252); }
td.TdClassName
{
border-color: #BB0BFC;
}
.TagClassName
{
border-color: #BB0BFC;
}
</style>