Shades of Electric Purple #B712EE
Tints of Electric Purple #B712EE
RGB
CMYK
RGB Variations
Color information
#B712EE (or 0xB712EE) is known color: Electric Purple. HEX triplet: B7, 12 and EE. RGB value is (183,18,238). Sum of RGB (Red+Green+Blue) = 183+18+238=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #B712EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712EE is #48ED11. Grayscale: #5B5B5B. Windows color (decimal): -4779282 or 15602359. OLE color: 15602359.
HSL color Cylindrical-coordinate representation of color #B712EE: hue angle of 285º degrees, saturation: 0.87, 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 #B712EE is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 18 | 238 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.07 |
| HSL | 285º | 0.87% | 0.5% | - |
| HSV(B) | 285º | 0.92% | 0.93% | - |
| XYZ | 35.18 | 16.67 | 82.25 | - |
| YUV | 92.42 | 210.16 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 238 | 0.23 | 0.92 | 0 | 0.07 | 285 | 0.87 | 0.5 |
| Hex | B7 | 12 | EE | 17 | 5C | 0 | 7 | 11D | 57 | 32 |
| Octal | 267 | 22 | 356 | 27 | 134 | 0 | 7 | 435 | 127 | 62 |
| Binary | 10110111 | 10010 | 11101110 | 10111 | 1011100 | 0 | 111 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B712EE
Complementary color
Monochromatic Colors of #B712EE
Black with #B712EE
Text Example
Text Example
White with #B712EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712EE; }
p { color: rgb(183,18,238); }
H1.HeaderClassName
{
color: #B712EE;
}
.AnyTagClassName
{
color: #B712EE;
}
</style>
background-color css
<style>
a { background-color: #B712EE; }
a { background-color: rgb(183,18,238); }
div.DivClassName
{
background-color: #B712EE;
}
.BgClassName
{
background-color: #B712EE;
}
</style>
border-color css
<style>
span { border-color: #B712EE; }
span { border-color: rgb(183,18,238); }
td.TdClassName
{
border-color: #B712EE;
}
.TagClassName
{
border-color: #B712EE;
}
</style>