Shades of Electric Purple #B822ED
Tints of Electric Purple #B822ED
RGB
CMYK
RGB Variations
Color information
#B822ED (or 0xB822ED) is known color: Electric Purple. HEX triplet: B8, 22 and ED. RGB value is (184,34,237). Sum of RGB (Red+Green+Blue) = 184+34+237=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #B822ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B822ED is #47DD12. Grayscale: #656565. Windows color (decimal): -4709651 or 15540920. OLE color: 15540920.
HSL color Cylindrical-coordinate representation of color #B822ED: hue angle of 284.33º degrees, saturation: 0.85, 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 #B822ED is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 34 | 237 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.07 |
| HSL | 284.34º | 0.85% | 0.53% | - |
| HSV(B) | 284.34º | 0.86% | 0.93% | - |
| XYZ | 35.63 | 17.45 | 81.61 | - |
| YUV | 101.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 237 | 0.22 | 0.86 | 0 | 0.07 | 284.34 | 0.85 | 0.53 |
| Hex | B8 | 22 | ED | 16 | 56 | 0 | 7 | 11C | 55 | 35 |
| Octal | 270 | 42 | 355 | 26 | 126 | 0 | 7 | 434 | 125 | 65 |
| Binary | 10111000 | 100010 | 11101101 | 10110 | 1010110 | 0 | 111 | 100011100 | 1010101 | 110101 |
Color Harmonies of #B822ED
Complementary color
Monochromatic Colors of #B822ED
Black with #B822ED
Text Example
Text Example
White with #B822ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822ED; }
p { color: rgb(184,34,237); }
H1.HeaderClassName
{
color: #B822ED;
}
.AnyTagClassName
{
color: #B822ED;
}
</style>
background-color css
<style>
a { background-color: #B822ED; }
a { background-color: rgb(184,34,237); }
div.DivClassName
{
background-color: #B822ED;
}
.BgClassName
{
background-color: #B822ED;
}
</style>
border-color css
<style>
span { border-color: #B822ED; }
span { border-color: rgb(184,34,237); }
td.TdClassName
{
border-color: #B822ED;
}
.TagClassName
{
border-color: #B822ED;
}
</style>