Shades of Electric Purple #BB08F0
Tints of Electric Purple #BB08F0
RGB
CMYK
RGB Variations
Color information
#BB08F0 (or 0xBB08F0) is known color: Electric Purple. HEX triplet: BB, 08 and F0. RGB value is (187,8,240). Sum of RGB (Red+Green+Blue) = 187+8+240=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB08F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB08F0 is #44F70F. Grayscale: #575757. Windows color (decimal): -4519696 or 15730875. OLE color: 15730875.
HSL color Cylindrical-coordinate representation of color #BB08F0: hue angle of 286.29º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB08F0 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 8 | 240 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.06 |
| HSL | 286.29º | 0.94% | 0.49% | - |
| HSV(B) | 286.29º | 0.97% | 0.94% | - |
| XYZ | 36.31 | 17.03 | 83.81 | - |
| YUV | 87.97 | 213.8 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 240 | 0.22 | 0.97 | 0 | 0.06 | 286.29 | 0.94 | 0.49 |
| Hex | BB | 8 | F0 | 16 | 61 | 0 | 6 | 11E | 5E | 31 |
| Octal | 273 | 10 | 360 | 26 | 141 | 0 | 6 | 436 | 136 | 61 |
| Binary | 10111011 | 1000 | 11110000 | 10110 | 1100001 | 0 | 110 | 100011110 | 1011110 | 110001 |
Color Harmonies of #BB08F0
Complementary color
Monochromatic Colors of #BB08F0
Black with #BB08F0
Text Example
Text Example
White with #BB08F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB08F0; }
p { color: rgb(187,8,240); }
H1.HeaderClassName
{
color: #BB08F0;
}
.AnyTagClassName
{
color: #BB08F0;
}
</style>
background-color css
<style>
a { background-color: #BB08F0; }
a { background-color: rgb(187,8,240); }
div.DivClassName
{
background-color: #BB08F0;
}
.BgClassName
{
background-color: #BB08F0;
}
</style>
border-color css
<style>
span { border-color: #BB08F0; }
span { border-color: rgb(187,8,240); }
td.TdClassName
{
border-color: #BB08F0;
}
.TagClassName
{
border-color: #BB08F0;
}
</style>