Shades of Electric Purple #B822EE
Tints of Electric Purple #B822EE
RGB
CMYK
RGB Variations
Color information
#B822EE (or 0xB822EE) is known color: Electric Purple. HEX triplet: B8, 22 and EE. RGB value is (184,34,238). Sum of RGB (Red+Green+Blue) = 184+34+238=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #B822EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B822EE is #47DD11. Grayscale: #656565. Windows color (decimal): -4709650 or 15606456. OLE color: 15606456.
HSL color Cylindrical-coordinate representation of color #B822EE: hue angle of 284.12º degrees, saturation: 0.86, 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 #B822EE is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 34 | 238 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.07 |
| HSL | 284.12º | 0.86% | 0.53% | - |
| HSV(B) | 284.12º | 0.86% | 0.93% | - |
| XYZ | 35.77 | 17.51 | 82.38 | - |
| YUV | 102.11 | 204.7 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 238 | 0.23 | 0.86 | 0 | 0.07 | 284.12 | 0.86 | 0.53 |
| Hex | B8 | 22 | EE | 17 | 56 | 0 | 7 | 11C | 56 | 35 |
| Octal | 270 | 42 | 356 | 27 | 126 | 0 | 7 | 434 | 126 | 65 |
| Binary | 10111000 | 100010 | 11101110 | 10111 | 1010110 | 0 | 111 | 100011100 | 1010110 | 110101 |
Color Harmonies of #B822EE
Complementary color
Monochromatic Colors of #B822EE
Black with #B822EE
Text Example
Text Example
White with #B822EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822EE; }
p { color: rgb(184,34,238); }
H1.HeaderClassName
{
color: #B822EE;
}
.AnyTagClassName
{
color: #B822EE;
}
</style>
background-color css
<style>
a { background-color: #B822EE; }
a { background-color: rgb(184,34,238); }
div.DivClassName
{
background-color: #B822EE;
}
.BgClassName
{
background-color: #B822EE;
}
</style>
border-color css
<style>
span { border-color: #B822EE; }
span { border-color: rgb(184,34,238); }
td.TdClassName
{
border-color: #B822EE;
}
.TagClassName
{
border-color: #B822EE;
}
</style>