Shades of Electric Purple #B714EE
Tints of Electric Purple #B714EE
RGB
CMYK
RGB Variations
Color information
#B714EE (or 0xB714EE) is known color: Electric Purple. HEX triplet: B7, 14 and EE. RGB value is (183,20,238). Sum of RGB (Red+Green+Blue) = 183+20+238=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #B714EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B714EE is #48EB11. Grayscale: #5C5C5C. Windows color (decimal): -4778770 or 15602871. OLE color: 15602871.
HSL color Cylindrical-coordinate representation of color #B714EE: hue angle of 284.86º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B714EE is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 20 | 238 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.07 |
| HSL | 284.86º | 0.87% | 0.51% | - |
| HSV(B) | 284.86º | 0.92% | 0.93% | - |
| XYZ | 35.21 | 16.74 | 82.26 | - |
| YUV | 93.59 | 209.5 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 238 | 0.23 | 0.92 | 0 | 0.07 | 284.86 | 0.87 | 0.51 |
| Hex | B7 | 14 | EE | 17 | 5C | 0 | 7 | 11D | 57 | 33 |
| Octal | 267 | 24 | 356 | 27 | 134 | 0 | 7 | 435 | 127 | 63 |
| Binary | 10110111 | 10100 | 11101110 | 10111 | 1011100 | 0 | 111 | 100011101 | 1010111 | 110011 |
Color Harmonies of #B714EE
Complementary color
Monochromatic Colors of #B714EE
Black with #B714EE
Text Example
Text Example
White with #B714EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714EE; }
p { color: rgb(183,20,238); }
H1.HeaderClassName
{
color: #B714EE;
}
.AnyTagClassName
{
color: #B714EE;
}
</style>
background-color css
<style>
a { background-color: #B714EE; }
a { background-color: rgb(183,20,238); }
div.DivClassName
{
background-color: #B714EE;
}
.BgClassName
{
background-color: #B714EE;
}
</style>
border-color css
<style>
span { border-color: #B714EE; }
span { border-color: rgb(183,20,238); }
td.TdClassName
{
border-color: #B714EE;
}
.TagClassName
{
border-color: #B714EE;
}
</style>