Shades of Electric Purple #BB0BFF
Tints of Electric Purple #BB0BFF
RGB
CMYK
RGB Variations
Color information
#BB0BFF (or 0xBB0BFF) is known color: Electric Purple. HEX triplet: BB, 0B and FF. RGB value is (187,11,255). Sum of RGB (Red+Green+Blue) = 187+11+255=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB0BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BFF is #44F400. Grayscale: #5A5A5A. Windows color (decimal): -4518913 or 16714683. OLE color: 16714683.
HSL color Cylindrical-coordinate representation of color #BB0BFF: hue angle of 283.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0BFF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 11 | 255 | - |
| CMYK | 0.27 | 0.96 | 0 | 0 |
| HSL | 283.28º | 1% | 0.52% | - |
| HSV(B) | 283.28º | 0.96% | 1% | - |
| XYZ | 38.66 | 18.02 | 96.05 | - |
| YUV | 91.44 | 220.31 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 255 | 0.27 | 0.96 | 0 | 0 | 283.28 | 1 | 0.52 |
| Hex | BB | B | FF | 1B | 60 | 0 | 0 | 11B | 64 | 34 |
| Octal | 273 | 13 | 377 | 33 | 140 | 0 | 0 | 433 | 144 | 64 |
| Binary | 10111011 | 1011 | 11111111 | 11011 | 1100000 | 0 | 0 | 100011011 | 1100100 | 110100 |
Color Harmonies of #BB0BFF
Complementary color
Monochromatic Colors of #BB0BFF
Black with #BB0BFF
Text Example
Text Example
White with #BB0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BFF; }
p { color: rgb(187,11,255); }
H1.HeaderClassName
{
color: #BB0BFF;
}
.AnyTagClassName
{
color: #BB0BFF;
}
</style>
background-color css
<style>
a { background-color: #BB0BFF; }
a { background-color: rgb(187,11,255); }
div.DivClassName
{
background-color: #BB0BFF;
}
.BgClassName
{
background-color: #BB0BFF;
}
</style>
border-color css
<style>
span { border-color: #BB0BFF; }
span { border-color: rgb(187,11,255); }
td.TdClassName
{
border-color: #BB0BFF;
}
.TagClassName
{
border-color: #BB0BFF;
}
</style>