Shades of Electric Purple #B714EC
Tints of Electric Purple #B714EC
RGB
CMYK
RGB Variations
Color information
#B714EC (or 0xB714EC) is known color: Electric Purple. HEX triplet: B7, 14 and EC. RGB value is (183,20,236). Sum of RGB (Red+Green+Blue) = 183+20+236=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #B714EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B714EC is #48EB13. Grayscale: #5C5C5C. Windows color (decimal): -4778772 or 15471799. OLE color: 15471799.
HSL color Cylindrical-coordinate representation of color #B714EC: hue angle of 285.28º degrees, saturation: 0.85, 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 #B714EC is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 20 | 236 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.07 |
| HSL | 285.28º | 0.85% | 0.5% | - |
| HSV(B) | 285.28º | 0.92% | 0.93% | - |
| XYZ | 34.92 | 16.62 | 80.73 | - |
| YUV | 93.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 236 | 0.22 | 0.92 | 0 | 0.07 | 285.28 | 0.85 | 0.5 |
| Hex | B7 | 14 | EC | 16 | 5C | 0 | 7 | 11D | 55 | 32 |
| Octal | 267 | 24 | 354 | 26 | 134 | 0 | 7 | 435 | 125 | 62 |
| Binary | 10110111 | 10100 | 11101100 | 10110 | 1011100 | 0 | 111 | 100011101 | 1010101 | 110010 |
Color Harmonies of #B714EC
Complementary color
Monochromatic Colors of #B714EC
Black with #B714EC
Text Example
Text Example
White with #B714EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714EC; }
p { color: rgb(183,20,236); }
H1.HeaderClassName
{
color: #B714EC;
}
.AnyTagClassName
{
color: #B714EC;
}
</style>
background-color css
<style>
a { background-color: #B714EC; }
a { background-color: rgb(183,20,236); }
div.DivClassName
{
background-color: #B714EC;
}
.BgClassName
{
background-color: #B714EC;
}
</style>
border-color css
<style>
span { border-color: #B714EC; }
span { border-color: rgb(183,20,236); }
td.TdClassName
{
border-color: #B714EC;
}
.TagClassName
{
border-color: #B714EC;
}
</style>