Shades of Electric Purple #B813ED
Tints of Electric Purple #B813ED
RGB
CMYK
RGB Variations
Color information
#B813ED (or 0xB813ED) is known color: Electric Purple. HEX triplet: B8, 13 and ED. RGB value is (184,19,237). Sum of RGB (Red+Green+Blue) = 184+19+237=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #B813ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B813ED is #47EC12. Grayscale: #5C5C5C. Windows color (decimal): -4713491 or 15537080. OLE color: 15537080.
HSL color Cylindrical-coordinate representation of color #B813ED: hue angle of 285.41º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B813ED is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 19 | 237 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.07 |
| HSL | 285.41º | 0.86% | 0.5% | - |
| HSV(B) | 285.41º | 0.92% | 0.93% | - |
| XYZ | 35.29 | 16.77 | 81.5 | - |
| YUV | 93.19 | 209.16 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 237 | 0.22 | 0.92 | 0 | 0.07 | 285.41 | 0.86 | 0.5 |
| Hex | B8 | 13 | ED | 16 | 5C | 0 | 7 | 11D | 56 | 32 |
| Octal | 270 | 23 | 355 | 26 | 134 | 0 | 7 | 435 | 126 | 62 |
| Binary | 10111000 | 10011 | 11101101 | 10110 | 1011100 | 0 | 111 | 100011101 | 1010110 | 110010 |
Color Harmonies of #B813ED
Complementary color
Monochromatic Colors of #B813ED
Black with #B813ED
Text Example
Text Example
White with #B813ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813ED; }
p { color: rgb(184,19,237); }
H1.HeaderClassName
{
color: #B813ED;
}
.AnyTagClassName
{
color: #B813ED;
}
</style>
background-color css
<style>
a { background-color: #B813ED; }
a { background-color: rgb(184,19,237); }
div.DivClassName
{
background-color: #B813ED;
}
.BgClassName
{
background-color: #B813ED;
}
</style>
border-color css
<style>
span { border-color: #B813ED; }
span { border-color: rgb(184,19,237); }
td.TdClassName
{
border-color: #B813ED;
}
.TagClassName
{
border-color: #B813ED;
}
</style>