Shades of Electric Purple #BB0FE7
Tints of Electric Purple #BB0FE7
RGB
CMYK
RGB Variations
Color information
#BB0FE7 (or 0xBB0FE7) is known color: Electric Purple. HEX triplet: BB, 0F and E7. RGB value is (187,15,231). Sum of RGB (Red+Green+Blue) = 187+15+231=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB0FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FE7 is #44F018. Grayscale: #5A5A5A. Windows color (decimal): -4517913 or 15142843. OLE color: 15142843.
HSL color Cylindrical-coordinate representation of color #BB0FE7: hue angle of 287.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FE7 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 15 | 231 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.09 |
| HSL | 287.78º | 0.88% | 0.48% | - |
| HSV(B) | 287.78º | 0.94% | 0.91% | - |
| XYZ | 35.09 | 16.68 | 76.97 | - |
| YUV | 91.05 | 206.98 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 231 | 0.19 | 0.94 | 0 | 0.09 | 287.78 | 0.88 | 0.48 |
| Hex | BB | F | E7 | 13 | 5E | 0 | 9 | 120 | 58 | 30 |
| Octal | 273 | 17 | 347 | 23 | 136 | 0 | 11 | 440 | 130 | 60 |
| Binary | 10111011 | 1111 | 11100111 | 10011 | 1011110 | 0 | 1001 | 100100000 | 1011000 | 110000 |
Color Harmonies of #BB0FE7
Complementary color
Monochromatic Colors of #BB0FE7
Black with #BB0FE7
Text Example
Text Example
White with #BB0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FE7; }
p { color: rgb(187,15,231); }
H1.HeaderClassName
{
color: #BB0FE7;
}
.AnyTagClassName
{
color: #BB0FE7;
}
</style>
background-color css
<style>
a { background-color: #BB0FE7; }
a { background-color: rgb(187,15,231); }
div.DivClassName
{
background-color: #BB0FE7;
}
.BgClassName
{
background-color: #BB0FE7;
}
</style>
border-color css
<style>
span { border-color: #BB0FE7; }
span { border-color: rgb(187,15,231); }
td.TdClassName
{
border-color: #BB0FE7;
}
.TagClassName
{
border-color: #BB0FE7;
}
</style>