Shades of Electric Purple #B422EA
Tints of Electric Purple #B422EA
RGB
CMYK
RGB Variations
Color information
#B422EA (or 0xB422EA) is known color: Electric Purple. HEX triplet: B4, 22 and EA. RGB value is (180,34,234). Sum of RGB (Red+Green+Blue) = 180+34+234=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #B422EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B422EA is #4BDD15. Grayscale: #636363. Windows color (decimal): -4971798 or 15344308. OLE color: 15344308.
HSL color Cylindrical-coordinate representation of color #B422EA: hue angle of 283.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B422EA is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 34 | 234 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.08 |
| HSL | 283.8º | 0.83% | 0.53% | - |
| HSV(B) | 283.8º | 0.85% | 0.92% | - |
| XYZ | 34.25 | 16.79 | 79.28 | - |
| YUV | 100.45 | 203.37 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 234 | 0.23 | 0.85 | 0 | 0.08 | 283.8 | 0.83 | 0.53 |
| Hex | B4 | 22 | EA | 17 | 55 | 0 | 8 | 11C | 53 | 35 |
| Octal | 264 | 42 | 352 | 27 | 125 | 0 | 10 | 434 | 123 | 65 |
| Binary | 10110100 | 100010 | 11101010 | 10111 | 1010101 | 0 | 1000 | 100011100 | 1010011 | 110101 |
Color Harmonies of #B422EA
Complementary color
Monochromatic Colors of #B422EA
Black with #B422EA
Text Example
Text Example
White with #B422EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B422EA; }
p { color: rgb(180,34,234); }
H1.HeaderClassName
{
color: #B422EA;
}
.AnyTagClassName
{
color: #B422EA;
}
</style>
background-color css
<style>
a { background-color: #B422EA; }
a { background-color: rgb(180,34,234); }
div.DivClassName
{
background-color: #B422EA;
}
.BgClassName
{
background-color: #B422EA;
}
</style>
border-color css
<style>
span { border-color: #B422EA; }
span { border-color: rgb(180,34,234); }
td.TdClassName
{
border-color: #B422EA;
}
.TagClassName
{
border-color: #B422EA;
}
</style>