Shades of Electric Purple #B714E0
Tints of Electric Purple #B714E0
RGB
CMYK
RGB Variations
Color information
#B714E0 (or 0xB714E0) is known color: Electric Purple. HEX triplet: B7, 14 and E0. RGB value is (183,20,224). Sum of RGB (Red+Green+Blue) = 183+20+224=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #B714E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714E0 is #48EB1F. Grayscale: #5B5B5B. Windows color (decimal): -4778784 or 14685367. OLE color: 14685367.
HSL color Cylindrical-coordinate representation of color #B714E0: hue angle of 287.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B714E0 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 20 | 224 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.12 |
| HSL | 287.94º | 0.84% | 0.48% | - |
| HSV(B) | 287.94º | 0.91% | 0.88% | - |
| XYZ | 33.23 | 15.95 | 71.85 | - |
| YUV | 91.99 | 202.5 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 224 | 0.18 | 0.91 | 0 | 0.12 | 287.94 | 0.84 | 0.48 |
| Hex | B7 | 14 | E0 | 12 | 5B | 0 | C | 120 | 54 | 30 |
| Octal | 267 | 24 | 340 | 22 | 133 | 0 | 14 | 440 | 124 | 60 |
| Binary | 10110111 | 10100 | 11100000 | 10010 | 1011011 | 0 | 1100 | 100100000 | 1010100 | 110000 |
Color Harmonies of #B714E0
Complementary color
Monochromatic Colors of #B714E0
Black with #B714E0
Text Example
Text Example
White with #B714E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714E0; }
p { color: rgb(183,20,224); }
H1.HeaderClassName
{
color: #B714E0;
}
.AnyTagClassName
{
color: #B714E0;
}
</style>
background-color css
<style>
a { background-color: #B714E0; }
a { background-color: rgb(183,20,224); }
div.DivClassName
{
background-color: #B714E0;
}
.BgClassName
{
background-color: #B714E0;
}
</style>
border-color css
<style>
span { border-color: #B714E0; }
span { border-color: rgb(183,20,224); }
td.TdClassName
{
border-color: #B714E0;
}
.TagClassName
{
border-color: #B714E0;
}
</style>