Shades of Electric Purple #B413ED
Tints of Electric Purple #B413ED
RGB
CMYK
RGB Variations
Color information
#B413ED (or 0xB413ED) is known color: Electric Purple. HEX triplet: B4, 13 and ED. RGB value is (180,19,237). Sum of RGB (Red+Green+Blue) = 180+19+237=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #B413ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413ED is #4BEC12. Grayscale: #5B5B5B. Windows color (decimal): -4975635 or 15537076. OLE color: 15537076.
HSL color Cylindrical-coordinate representation of color #B413ED: hue angle of 284.31º 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 #B413ED is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 19 | 237 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.07 |
| HSL | 284.31º | 0.86% | 0.5% | - |
| HSV(B) | 284.31º | 0.92% | 0.93% | - |
| XYZ | 34.34 | 16.28 | 81.45 | - |
| YUV | 91.99 | 209.84 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 237 | 0.24 | 0.92 | 0 | 0.07 | 284.31 | 0.86 | 0.5 |
| Hex | B4 | 13 | ED | 18 | 5C | 0 | 7 | 11C | 56 | 32 |
| Octal | 264 | 23 | 355 | 30 | 134 | 0 | 7 | 434 | 126 | 62 |
| Binary | 10110100 | 10011 | 11101101 | 11000 | 1011100 | 0 | 111 | 100011100 | 1010110 | 110010 |
Color Harmonies of #B413ED
Complementary color
Monochromatic Colors of #B413ED
Black with #B413ED
Text Example
Text Example
White with #B413ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413ED; }
p { color: rgb(180,19,237); }
H1.HeaderClassName
{
color: #B413ED;
}
.AnyTagClassName
{
color: #B413ED;
}
</style>
background-color css
<style>
a { background-color: #B413ED; }
a { background-color: rgb(180,19,237); }
div.DivClassName
{
background-color: #B413ED;
}
.BgClassName
{
background-color: #B413ED;
}
</style>
border-color css
<style>
span { border-color: #B413ED; }
span { border-color: rgb(180,19,237); }
td.TdClassName
{
border-color: #B413ED;
}
.TagClassName
{
border-color: #B413ED;
}
</style>