Shades of Electric Purple #BB07EF
Tints of Electric Purple #BB07EF
RGB
CMYK
RGB Variations
Color information
#BB07EF (or 0xBB07EF) is known color: Electric Purple. HEX triplet: BB, 07 and EF. RGB value is (187,7,239). Sum of RGB (Red+Green+Blue) = 187+7+239=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB07EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB07EF is #44F810. Grayscale: #565656. Windows color (decimal): -4519953 or 15665083. OLE color: 15665083.
HSL color Cylindrical-coordinate representation of color #BB07EF: hue angle of 286.55º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB07EF is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 7 | 239 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.06 |
| HSL | 286.55º | 0.94% | 0.48% | - |
| HSV(B) | 286.55º | 0.97% | 0.94% | - |
| XYZ | 36.15 | 16.95 | 83.03 | - |
| YUV | 87.27 | 213.63 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 239 | 0.22 | 0.97 | 0 | 0.06 | 286.55 | 0.94 | 0.48 |
| Hex | BB | 7 | EF | 16 | 61 | 0 | 6 | 11F | 5E | 30 |
| Octal | 273 | 7 | 357 | 26 | 141 | 0 | 6 | 437 | 136 | 60 |
| Binary | 10111011 | 111 | 11101111 | 10110 | 1100001 | 0 | 110 | 100011111 | 1011110 | 110000 |
Color Harmonies of #BB07EF
Complementary color
Monochromatic Colors of #BB07EF
Black with #BB07EF
Text Example
Text Example
White with #BB07EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB07EF; }
p { color: rgb(187,7,239); }
H1.HeaderClassName
{
color: #BB07EF;
}
.AnyTagClassName
{
color: #BB07EF;
}
</style>
background-color css
<style>
a { background-color: #BB07EF; }
a { background-color: rgb(187,7,239); }
div.DivClassName
{
background-color: #BB07EF;
}
.BgClassName
{
background-color: #BB07EF;
}
</style>
border-color css
<style>
span { border-color: #BB07EF; }
span { border-color: rgb(187,7,239); }
td.TdClassName
{
border-color: #BB07EF;
}
.TagClassName
{
border-color: #BB07EF;
}
</style>