Shades of Electric Purple #B712ED
Tints of Electric Purple #B712ED
RGB
CMYK
RGB Variations
Color information
#B712ED (or 0xB712ED) is known color: Electric Purple. HEX triplet: B7, 12 and ED. RGB value is (183,18,237). Sum of RGB (Red+Green+Blue) = 183+18+237=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #B712ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712ED is #48ED12. Grayscale: #5B5B5B. Windows color (decimal): -4779283 or 15536823. OLE color: 15536823.
HSL color Cylindrical-coordinate representation of color #B712ED: hue angle of 285.21º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B712ED is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 18 | 237 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.07 |
| HSL | 285.21º | 0.86% | 0.5% | - |
| HSV(B) | 285.21º | 0.92% | 0.93% | - |
| XYZ | 35.03 | 16.61 | 81.48 | - |
| YUV | 92.3 | 209.66 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 237 | 0.23 | 0.92 | 0 | 0.07 | 285.21 | 0.86 | 0.5 |
| Hex | B7 | 12 | ED | 17 | 5C | 0 | 7 | 11D | 56 | 32 |
| Octal | 267 | 22 | 355 | 27 | 134 | 0 | 7 | 435 | 126 | 62 |
| Binary | 10110111 | 10010 | 11101101 | 10111 | 1011100 | 0 | 111 | 100011101 | 1010110 | 110010 |
Color Harmonies of #B712ED
Complementary color
Monochromatic Colors of #B712ED
Black with #B712ED
Text Example
Text Example
White with #B712ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712ED; }
p { color: rgb(183,18,237); }
H1.HeaderClassName
{
color: #B712ED;
}
.AnyTagClassName
{
color: #B712ED;
}
</style>
background-color css
<style>
a { background-color: #B712ED; }
a { background-color: rgb(183,18,237); }
div.DivClassName
{
background-color: #B712ED;
}
.BgClassName
{
background-color: #B712ED;
}
</style>
border-color css
<style>
span { border-color: #B712ED; }
span { border-color: rgb(183,18,237); }
td.TdClassName
{
border-color: #B712ED;
}
.TagClassName
{
border-color: #B712ED;
}
</style>