Shades of Electric Purple #B715EE
Tints of Electric Purple #B715EE
RGB
CMYK
RGB Variations
Color information
#B715EE (or 0xB715EE) is known color: Electric Purple. HEX triplet: B7, 15 and EE. RGB value is (183,21,238). Sum of RGB (Red+Green+Blue) = 183+21+238=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #B715EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B715EE is #48EA11. Grayscale: #5D5D5D. Windows color (decimal): -4778514 or 15603127. OLE color: 15603127.
HSL color Cylindrical-coordinate representation of color #B715EE: hue angle of 284.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B715EE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 21 | 238 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.07 |
| HSL | 284.79º | 0.86% | 0.51% | - |
| HSV(B) | 284.79º | 0.91% | 0.93% | - |
| XYZ | 35.23 | 16.78 | 82.27 | - |
| YUV | 94.18 | 209.17 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 238 | 0.23 | 0.91 | 0 | 0.07 | 284.79 | 0.86 | 0.51 |
| Hex | B7 | 15 | EE | 17 | 5B | 0 | 7 | 11D | 56 | 33 |
| Octal | 267 | 25 | 356 | 27 | 133 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10110111 | 10101 | 11101110 | 10111 | 1011011 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B715EE
Complementary color
Monochromatic Colors of #B715EE
Black with #B715EE
Text Example
Text Example
White with #B715EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715EE; }
p { color: rgb(183,21,238); }
H1.HeaderClassName
{
color: #B715EE;
}
.AnyTagClassName
{
color: #B715EE;
}
</style>
background-color css
<style>
a { background-color: #B715EE; }
a { background-color: rgb(183,21,238); }
div.DivClassName
{
background-color: #B715EE;
}
.BgClassName
{
background-color: #B715EE;
}
</style>
border-color css
<style>
span { border-color: #B715EE; }
span { border-color: rgb(183,21,238); }
td.TdClassName
{
border-color: #B715EE;
}
.TagClassName
{
border-color: #B715EE;
}
</style>