Shades of Electric Purple #BB08E7
Tints of Electric Purple #BB08E7
RGB
CMYK
RGB Variations
Color information
#BB08E7 (or 0xBB08E7) is known color: Electric Purple. HEX triplet: BB, 08 and E7. RGB value is (187,8,231). Sum of RGB (Red+Green+Blue) = 187+8+231=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB08E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB08E7 is #44F718. Grayscale: #565656. Windows color (decimal): -4519705 or 15141051. OLE color: 15141051.
HSL color Cylindrical-coordinate representation of color #BB08E7: hue angle of 288.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB08E7 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 8 | 231 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.09 |
| HSL | 288.16º | 0.93% | 0.47% | - |
| HSV(B) | 288.16º | 0.97% | 0.91% | - |
| XYZ | 35 | 16.51 | 76.94 | - |
| YUV | 86.94 | 209.3 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 231 | 0.19 | 0.97 | 0 | 0.09 | 288.16 | 0.93 | 0.47 |
| Hex | BB | 8 | E7 | 13 | 61 | 0 | 9 | 120 | 5D | 2F |
| Octal | 273 | 10 | 347 | 23 | 141 | 0 | 11 | 440 | 135 | 57 |
| Binary | 10111011 | 1000 | 11100111 | 10011 | 1100001 | 0 | 1001 | 100100000 | 1011101 | 101111 |
Color Harmonies of #BB08E7
Complementary color
Monochromatic Colors of #BB08E7
Black with #BB08E7
Text Example
Text Example
White with #BB08E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB08E7; }
p { color: rgb(187,8,231); }
H1.HeaderClassName
{
color: #BB08E7;
}
.AnyTagClassName
{
color: #BB08E7;
}
</style>
background-color css
<style>
a { background-color: #BB08E7; }
a { background-color: rgb(187,8,231); }
div.DivClassName
{
background-color: #BB08E7;
}
.BgClassName
{
background-color: #BB08E7;
}
</style>
border-color css
<style>
span { border-color: #BB08E7; }
span { border-color: rgb(187,8,231); }
td.TdClassName
{
border-color: #BB08E7;
}
.TagClassName
{
border-color: #BB08E7;
}
</style>