Shades of Electric Purple #BB07ED
Tints of Electric Purple #BB07ED
RGB
CMYK
RGB Variations
Color information
#BB07ED (or 0xBB07ED) is known color: Electric Purple. HEX triplet: BB, 07 and ED. RGB value is (187,7,237). Sum of RGB (Red+Green+Blue) = 187+7+237=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB07ED is #44F812. Grayscale: #565656. Windows color (decimal): -4519955 or 15534011. OLE color: 15534011.
HSL color Cylindrical-coordinate representation of color #BB07ED: hue angle of 286.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB07ED is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 7 | 237 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.07 |
| HSL | 286.96º | 0.94% | 0.48% | - |
| HSV(B) | 286.96º | 0.97% | 0.93% | - |
| XYZ | 35.86 | 16.83 | 81.48 | - |
| YUV | 87.04 | 212.63 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 237 | 0.21 | 0.97 | 0 | 0.07 | 286.96 | 0.94 | 0.48 |
| Hex | BB | 7 | ED | 15 | 61 | 0 | 7 | 11F | 5E | 30 |
| Octal | 273 | 7 | 355 | 25 | 141 | 0 | 7 | 437 | 136 | 60 |
| Binary | 10111011 | 111 | 11101101 | 10101 | 1100001 | 0 | 111 | 100011111 | 1011110 | 110000 |
Color Harmonies of #BB07ED
Complementary color
Monochromatic Colors of #BB07ED
Black with #BB07ED
Text Example
Text Example
White with #BB07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB07ED; }
p { color: rgb(187,7,237); }
H1.HeaderClassName
{
color: #BB07ED;
}
.AnyTagClassName
{
color: #BB07ED;
}
</style>
background-color css
<style>
a { background-color: #BB07ED; }
a { background-color: rgb(187,7,237); }
div.DivClassName
{
background-color: #BB07ED;
}
.BgClassName
{
background-color: #BB07ED;
}
</style>
border-color css
<style>
span { border-color: #BB07ED; }
span { border-color: rgb(187,7,237); }
td.TdClassName
{
border-color: #BB07ED;
}
.TagClassName
{
border-color: #BB07ED;
}
</style>