Shades of Electric Purple #B707ED
Tints of Electric Purple #B707ED
RGB
CMYK
RGB Variations
Color information
#B707ED (or 0xB707ED) is known color: Electric Purple. HEX triplet: B7, 07 and ED. RGB value is (183,7,237). Sum of RGB (Red+Green+Blue) = 183+7+237=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #B707ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B707ED is #48F812. Grayscale: #555555. Windows color (decimal): -4782099 or 15534007. OLE color: 15534007.
HSL color Cylindrical-coordinate representation of color #B707ED: hue angle of 285.91º 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 #B707ED is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 7 | 237 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.07 |
| HSL | 285.91º | 0.94% | 0.48% | - |
| HSV(B) | 285.91º | 0.97% | 0.93% | - |
| XYZ | 34.89 | 16.33 | 81.43 | - |
| YUV | 85.84 | 213.31 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 237 | 0.23 | 0.97 | 0 | 0.07 | 285.91 | 0.94 | 0.48 |
| Hex | B7 | 7 | ED | 17 | 61 | 0 | 7 | 11E | 5E | 30 |
| Octal | 267 | 7 | 355 | 27 | 141 | 0 | 7 | 436 | 136 | 60 |
| Binary | 10110111 | 111 | 11101101 | 10111 | 1100001 | 0 | 111 | 100011110 | 1011110 | 110000 |
Color Harmonies of #B707ED
Complementary color
Monochromatic Colors of #B707ED
Black with #B707ED
Text Example
Text Example
White with #B707ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707ED; }
p { color: rgb(183,7,237); }
H1.HeaderClassName
{
color: #B707ED;
}
.AnyTagClassName
{
color: #B707ED;
}
</style>
background-color css
<style>
a { background-color: #B707ED; }
a { background-color: rgb(183,7,237); }
div.DivClassName
{
background-color: #B707ED;
}
.BgClassName
{
background-color: #B707ED;
}
</style>
border-color css
<style>
span { border-color: #B707ED; }
span { border-color: rgb(183,7,237); }
td.TdClassName
{
border-color: #B707ED;
}
.TagClassName
{
border-color: #B707ED;
}
</style>