Shades of Electric Purple #BB0FFF
Tints of Electric Purple #BB0FFF
RGB
CMYK
RGB Variations
Color information
#BB0FFF (or 0xBB0FFF) is known color: Electric Purple. HEX triplet: BB, 0F and FF. RGB value is (187,15,255). Sum of RGB (Red+Green+Blue) = 187+15+255=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FFF is #44F000. Grayscale: #5D5D5D. Windows color (decimal): -4517889 or 16715707. OLE color: 16715707.
HSL color Cylindrical-coordinate representation of color #BB0FFF: hue angle of 283º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FFF is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 15 | 255 | - |
| CMYK | 0.27 | 0.94 | 0 | 0 |
| HSL | 283º | 1% | 0.53% | - |
| HSV(B) | 283º | 0.94% | 1% | - |
| XYZ | 38.71 | 18.13 | 96.07 | - |
| YUV | 93.79 | 218.98 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 255 | 0.27 | 0.94 | 0 | 0 | 283 | 1 | 0.53 |
| Hex | BB | F | FF | 1B | 5E | 0 | 0 | 11B | 64 | 35 |
| Octal | 273 | 17 | 377 | 33 | 136 | 0 | 0 | 433 | 144 | 65 |
| Binary | 10111011 | 1111 | 11111111 | 11011 | 1011110 | 0 | 0 | 100011011 | 1100100 | 110101 |
Color Harmonies of #BB0FFF
Complementary color
Monochromatic Colors of #BB0FFF
Black with #BB0FFF
Text Example
Text Example
White with #BB0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FFF; }
p { color: rgb(187,15,255); }
H1.HeaderClassName
{
color: #BB0FFF;
}
.AnyTagClassName
{
color: #BB0FFF;
}
</style>
background-color css
<style>
a { background-color: #BB0FFF; }
a { background-color: rgb(187,15,255); }
div.DivClassName
{
background-color: #BB0FFF;
}
.BgClassName
{
background-color: #BB0FFF;
}
</style>
border-color css
<style>
span { border-color: #BB0FFF; }
span { border-color: rgb(187,15,255); }
td.TdClassName
{
border-color: #BB0FFF;
}
.TagClassName
{
border-color: #BB0FFF;
}
</style>