Shades of Electric Purple #B715EC
Tints of Electric Purple #B715EC
RGB
CMYK
RGB Variations
Color information
#B715EC (or 0xB715EC) is known color: Electric Purple. HEX triplet: B7, 15 and EC. RGB value is (183,21,236). Sum of RGB (Red+Green+Blue) = 183+21+236=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #B715EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B715EC is #48EA13. Grayscale: #5D5D5D. Windows color (decimal): -4778516 or 15472055. OLE color: 15472055.
HSL color Cylindrical-coordinate representation of color #B715EC: hue angle of 285.21º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B715EC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 21 | 236 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.07 |
| HSL | 285.21º | 0.85% | 0.5% | - |
| HSV(B) | 285.21º | 0.91% | 0.93% | - |
| XYZ | 34.94 | 16.66 | 80.73 | - |
| YUV | 93.95 | 208.17 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 236 | 0.22 | 0.91 | 0 | 0.07 | 285.21 | 0.85 | 0.5 |
| Hex | B7 | 15 | EC | 16 | 5B | 0 | 7 | 11D | 55 | 32 |
| Octal | 267 | 25 | 354 | 26 | 133 | 0 | 7 | 435 | 125 | 62 |
| Binary | 10110111 | 10101 | 11101100 | 10110 | 1011011 | 0 | 111 | 100011101 | 1010101 | 110010 |
Color Harmonies of #B715EC
Complementary color
Monochromatic Colors of #B715EC
Black with #B715EC
Text Example
Text Example
White with #B715EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715EC; }
p { color: rgb(183,21,236); }
H1.HeaderClassName
{
color: #B715EC;
}
.AnyTagClassName
{
color: #B715EC;
}
</style>
background-color css
<style>
a { background-color: #B715EC; }
a { background-color: rgb(183,21,236); }
div.DivClassName
{
background-color: #B715EC;
}
.BgClassName
{
background-color: #B715EC;
}
</style>
border-color css
<style>
span { border-color: #B715EC; }
span { border-color: rgb(183,21,236); }
td.TdClassName
{
border-color: #B715EC;
}
.TagClassName
{
border-color: #B715EC;
}
</style>