Shades of Electric Purple #B422EC
Tints of Electric Purple #B422EC
RGB
CMYK
RGB Variations
Color information
#B422EC (or 0xB422EC) is known color: Electric Purple. HEX triplet: B4, 22 and EC. RGB value is (180,34,236). Sum of RGB (Red+Green+Blue) = 180+34+236=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #B422EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B422EC is #4BDD13. Grayscale: #646464. Windows color (decimal): -4971796 or 15475380. OLE color: 15475380.
HSL color Cylindrical-coordinate representation of color #B422EC: hue angle of 283.37º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B422EC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 34 | 236 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.37º | 0.84% | 0.53% | - |
| HSV(B) | 283.37º | 0.86% | 0.93% | - |
| XYZ | 34.53 | 16.9 | 80.8 | - |
| YUV | 100.68 | 204.37 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 236 | 0.24 | 0.86 | 0 | 0.07 | 283.37 | 0.84 | 0.53 |
| Hex | B4 | 22 | EC | 18 | 56 | 0 | 7 | 11B | 54 | 35 |
| Octal | 264 | 42 | 354 | 30 | 126 | 0 | 7 | 433 | 124 | 65 |
| Binary | 10110100 | 100010 | 11101100 | 11000 | 1010110 | 0 | 111 | 100011011 | 1010100 | 110101 |
Color Harmonies of #B422EC
Complementary color
Monochromatic Colors of #B422EC
Black with #B422EC
Text Example
Text Example
White with #B422EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B422EC; }
p { color: rgb(180,34,236); }
H1.HeaderClassName
{
color: #B422EC;
}
.AnyTagClassName
{
color: #B422EC;
}
</style>
background-color css
<style>
a { background-color: #B422EC; }
a { background-color: rgb(180,34,236); }
div.DivClassName
{
background-color: #B422EC;
}
.BgClassName
{
background-color: #B422EC;
}
</style>
border-color css
<style>
span { border-color: #B422EC; }
span { border-color: rgb(180,34,236); }
td.TdClassName
{
border-color: #B422EC;
}
.TagClassName
{
border-color: #B422EC;
}
</style>