Shades of Electric Purple #B712E5
Tints of Electric Purple #B712E5
RGB
CMYK
RGB Variations
Color information
#B712E5 (or 0xB712E5) is known color: Electric Purple. HEX triplet: B7, 12 and E5. RGB value is (183,18,229). Sum of RGB (Red+Green+Blue) = 183+18+229=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 229 (89.84% from 255 or 53.26% from 430); Max value from RGB is 229 - color contains mainly: blue. Hex color #B712E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B712E5 is #48ED1A. Grayscale: #5A5A5A. Windows color (decimal): -4779291 or 15012535. OLE color: 15012535.
HSL color Cylindrical-coordinate representation of color #B712E5: hue angle of 286.92º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B712E5 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 18 | 229 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.10 |
| HSL | 286.92º | 0.85% | 0.48% | - |
| HSV(B) | 286.92º | 0.92% | 0.9% | - |
| XYZ | 33.89 | 16.16 | 75.46 | - |
| YUV | 91.39 | 205.66 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 229 | 0.20 | 0.92 | 0 | 0.10 | 286.92 | 0.85 | 0.48 |
| Hex | B7 | 12 | E5 | 14 | 5C | 0 | A | 11F | 55 | 30 |
| Octal | 267 | 22 | 345 | 24 | 134 | 0 | 12 | 437 | 125 | 60 |
| Binary | 10110111 | 10010 | 11100101 | 10100 | 1011100 | 0 | 1010 | 100011111 | 1010101 | 110000 |
Color Harmonies of #B712E5
Complementary color
Monochromatic Colors of #B712E5
Black with #B712E5
Text Example
Text Example
White with #B712E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712E5; }
p { color: rgb(183,18,229); }
H1.HeaderClassName
{
color: #B712E5;
}
.AnyTagClassName
{
color: #B712E5;
}
</style>
background-color css
<style>
a { background-color: #B712E5; }
a { background-color: rgb(183,18,229); }
div.DivClassName
{
background-color: #B712E5;
}
.BgClassName
{
background-color: #B712E5;
}
</style>
border-color css
<style>
span { border-color: #B712E5; }
span { border-color: rgb(183,18,229); }
td.TdClassName
{
border-color: #B712E5;
}
.TagClassName
{
border-color: #B712E5;
}
</style>