Shades of Electric Purple #BB0CFF
Tints of Electric Purple #BB0CFF
RGB
CMYK
RGB Variations
Color information
#BB0CFF (or 0xBB0CFF) is known color: Electric Purple. HEX triplet: BB, 0C and FF. RGB value is (187,12,255). Sum of RGB (Red+Green+Blue) = 187+12+255=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CFF is #44F300. Grayscale: #5B5B5B. Windows color (decimal): -4518657 or 16714939. OLE color: 16714939.
HSL color Cylindrical-coordinate representation of color #BB0CFF: hue angle of 283.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0CFF is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 12 | 255 | - |
| CMYK | 0.27 | 0.95 | 0 | 0 |
| HSL | 283.21º | 1% | 0.52% | - |
| HSV(B) | 283.21º | 0.95% | 1% | - |
| XYZ | 38.67 | 18.05 | 96.05 | - |
| YUV | 92.03 | 219.98 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 255 | 0.27 | 0.95 | 0 | 0 | 283.21 | 1 | 0.52 |
| Hex | BB | C | FF | 1B | 5F | 0 | 0 | 11B | 64 | 34 |
| Octal | 273 | 14 | 377 | 33 | 137 | 0 | 0 | 433 | 144 | 64 |
| Binary | 10111011 | 1100 | 11111111 | 11011 | 1011111 | 0 | 0 | 100011011 | 1100100 | 110100 |
Color Harmonies of #BB0CFF
Complementary color
Monochromatic Colors of #BB0CFF
Black with #BB0CFF
Text Example
Text Example
White with #BB0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CFF; }
p { color: rgb(187,12,255); }
H1.HeaderClassName
{
color: #BB0CFF;
}
.AnyTagClassName
{
color: #BB0CFF;
}
</style>
background-color css
<style>
a { background-color: #BB0CFF; }
a { background-color: rgb(187,12,255); }
div.DivClassName
{
background-color: #BB0CFF;
}
.BgClassName
{
background-color: #BB0CFF;
}
</style>
border-color css
<style>
span { border-color: #BB0CFF; }
span { border-color: rgb(187,12,255); }
td.TdClassName
{
border-color: #BB0CFF;
}
.TagClassName
{
border-color: #BB0CFF;
}
</style>