Shades of Electric Purple #B822EA
Tints of Electric Purple #B822EA
RGB
CMYK
RGB Variations
Color information
#B822EA (or 0xB822EA) is known color: Electric Purple. HEX triplet: B8, 22 and EA. RGB value is (184,34,234). Sum of RGB (Red+Green+Blue) = 184+34+234=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #B822EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B822EA is #47DD15. Grayscale: #646464. Windows color (decimal): -4709654 or 15344312. OLE color: 15344312.
HSL color Cylindrical-coordinate representation of color #B822EA: hue angle of 285º 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 #B822EA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 34 | 234 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.08 |
| HSL | 285º | 0.83% | 0.53% | - |
| HSV(B) | 285º | 0.85% | 0.92% | - |
| XYZ | 35.19 | 17.27 | 79.32 | - |
| YUV | 101.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 234 | 0.21 | 0.85 | 0 | 0.08 | 285 | 0.83 | 0.53 |
| Hex | B8 | 22 | EA | 15 | 55 | 0 | 8 | 11D | 53 | 35 |
| Octal | 270 | 42 | 352 | 25 | 125 | 0 | 10 | 435 | 123 | 65 |
| Binary | 10111000 | 100010 | 11101010 | 10101 | 1010101 | 0 | 1000 | 100011101 | 1010011 | 110101 |
Color Harmonies of #B822EA
Complementary color
Monochromatic Colors of #B822EA
Black with #B822EA
Text Example
Text Example
White with #B822EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822EA; }
p { color: rgb(184,34,234); }
H1.HeaderClassName
{
color: #B822EA;
}
.AnyTagClassName
{
color: #B822EA;
}
</style>
background-color css
<style>
a { background-color: #B822EA; }
a { background-color: rgb(184,34,234); }
div.DivClassName
{
background-color: #B822EA;
}
.BgClassName
{
background-color: #B822EA;
}
</style>
border-color css
<style>
span { border-color: #B822EA; }
span { border-color: rgb(184,34,234); }
td.TdClassName
{
border-color: #B822EA;
}
.TagClassName
{
border-color: #B822EA;
}
</style>