Shades of Electric Purple #B815ED
Tints of Electric Purple #B815ED
RGB
CMYK
RGB Variations
Color information
#B815ED (or 0xB815ED) is known color: Electric Purple. HEX triplet: B8, 15 and ED. RGB value is (184,21,237). Sum of RGB (Red+Green+Blue) = 184+21+237=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #B815ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B815ED is #47EA12. Grayscale: #5D5D5D. Windows color (decimal): -4712979 or 15537592. OLE color: 15537592.
HSL color Cylindrical-coordinate representation of color #B815ED: hue angle of 285.28º 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 #B815ED is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 21 | 237 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.07 |
| HSL | 285.28º | 0.86% | 0.51% | - |
| HSV(B) | 285.28º | 0.91% | 0.93% | - |
| XYZ | 35.32 | 16.84 | 81.51 | - |
| YUV | 94.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 237 | 0.22 | 0.91 | 0 | 0.07 | 285.28 | 0.86 | 0.51 |
| Hex | B8 | 15 | ED | 16 | 5B | 0 | 7 | 11D | 56 | 33 |
| Octal | 270 | 25 | 355 | 26 | 133 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10111000 | 10101 | 11101101 | 10110 | 1011011 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B815ED
Complementary color
Monochromatic Colors of #B815ED
Black with #B815ED
Text Example
Text Example
White with #B815ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815ED; }
p { color: rgb(184,21,237); }
H1.HeaderClassName
{
color: #B815ED;
}
.AnyTagClassName
{
color: #B815ED;
}
</style>
background-color css
<style>
a { background-color: #B815ED; }
a { background-color: rgb(184,21,237); }
div.DivClassName
{
background-color: #B815ED;
}
.BgClassName
{
background-color: #B815ED;
}
</style>
border-color css
<style>
span { border-color: #B815ED; }
span { border-color: rgb(184,21,237); }
td.TdClassName
{
border-color: #B815ED;
}
.TagClassName
{
border-color: #B815ED;
}
</style>