Shades of Electric Purple #B221EE
Tints of Electric Purple #B221EE
RGB
CMYK
RGB Variations
Color information
#B221EE (or 0xB221EE) is known color: Electric Purple. HEX triplet: B2, 21 and EE. RGB value is (178,33,238). Sum of RGB (Red+Green+Blue) = 178+33+238=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #B221EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B221EE is #4DDE11. Grayscale: #636363. Windows color (decimal): -5103122 or 15606194. OLE color: 15606194.
HSL color Cylindrical-coordinate representation of color #B221EE: hue angle of 282.44º 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 #B221EE is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 33 | 238 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.07 |
| HSL | 282.44º | 0.86% | 0.53% | - |
| HSV(B) | 282.44º | 0.86% | 0.93% | - |
| XYZ | 34.34 | 16.73 | 82.31 | - |
| YUV | 99.73 | 206.04 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 238 | 0.25 | 0.86 | 0 | 0.07 | 282.44 | 0.86 | 0.53 |
| Hex | B2 | 21 | EE | 19 | 56 | 0 | 7 | 11A | 56 | 35 |
| Octal | 262 | 41 | 356 | 31 | 126 | 0 | 7 | 432 | 126 | 65 |
| Binary | 10110010 | 100001 | 11101110 | 11001 | 1010110 | 0 | 111 | 100011010 | 1010110 | 110101 |
Color Harmonies of #B221EE
Complementary color
Monochromatic Colors of #B221EE
Black with #B221EE
Text Example
Text Example
White with #B221EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B221EE; }
p { color: rgb(178,33,238); }
H1.HeaderClassName
{
color: #B221EE;
}
.AnyTagClassName
{
color: #B221EE;
}
</style>
background-color css
<style>
a { background-color: #B221EE; }
a { background-color: rgb(178,33,238); }
div.DivClassName
{
background-color: #B221EE;
}
.BgClassName
{
background-color: #B221EE;
}
</style>
border-color css
<style>
span { border-color: #B221EE; }
span { border-color: rgb(178,33,238); }
td.TdClassName
{
border-color: #B221EE;
}
.TagClassName
{
border-color: #B221EE;
}
</style>