Shades of Electric Purple #B413EA
Tints of Electric Purple #B413EA
RGB
CMYK
RGB Variations
Color information
#B413EA (or 0xB413EA) is known color: Electric Purple. HEX triplet: B4, 13 and EA. RGB value is (180,19,234). Sum of RGB (Red+Green+Blue) = 180+19+234=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #B413EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413EA is #4BEC15. Grayscale: #5A5A5A. Windows color (decimal): -4975638 or 15340468. OLE color: 15340468.
HSL color Cylindrical-coordinate representation of color #B413EA: hue angle of 284.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B413EA is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 19 | 234 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.08 |
| HSL | 284.93º | 0.85% | 0.5% | - |
| HSV(B) | 284.93º | 0.92% | 0.92% | - |
| XYZ | 33.91 | 16.11 | 79.16 | - |
| YUV | 91.65 | 208.34 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 234 | 0.23 | 0.92 | 0 | 0.08 | 284.93 | 0.85 | 0.5 |
| Hex | B4 | 13 | EA | 17 | 5C | 0 | 8 | 11D | 55 | 32 |
| Octal | 264 | 23 | 352 | 27 | 134 | 0 | 10 | 435 | 125 | 62 |
| Binary | 10110100 | 10011 | 11101010 | 10111 | 1011100 | 0 | 1000 | 100011101 | 1010101 | 110010 |
Color Harmonies of #B413EA
Complementary color
Monochromatic Colors of #B413EA
Black with #B413EA
Text Example
Text Example
White with #B413EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413EA; }
p { color: rgb(180,19,234); }
H1.HeaderClassName
{
color: #B413EA;
}
.AnyTagClassName
{
color: #B413EA;
}
</style>
background-color css
<style>
a { background-color: #B413EA; }
a { background-color: rgb(180,19,234); }
div.DivClassName
{
background-color: #B413EA;
}
.BgClassName
{
background-color: #B413EA;
}
</style>
border-color css
<style>
span { border-color: #B413EA; }
span { border-color: rgb(180,19,234); }
td.TdClassName
{
border-color: #B413EA;
}
.TagClassName
{
border-color: #B413EA;
}
</style>