Shades of Electric Purple #B21AED
Tints of Electric Purple #B21AED
RGB
CMYK
RGB Variations
Color information
#B21AED (or 0xB21AED) is known color: Electric Purple. HEX triplet: B2, 1A and ED. RGB value is (178,26,237). Sum of RGB (Red+Green+Blue) = 178+26+237=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #B21AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21AED is #4DE512. Grayscale: #5E5E5E. Windows color (decimal): -5104915 or 15538866. OLE color: 15538866.
HSL color Cylindrical-coordinate representation of color #B21AED: hue angle of 283.22º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21AED is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 26 | 237 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.07 |
| HSL | 283.22º | 0.85% | 0.52% | - |
| HSV(B) | 283.22º | 0.89% | 0.93% | - |
| XYZ | 34.02 | 16.32 | 81.48 | - |
| YUV | 95.5 | 207.86 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 237 | 0.25 | 0.89 | 0 | 0.07 | 283.22 | 0.85 | 0.52 |
| Hex | B2 | 1A | ED | 19 | 59 | 0 | 7 | 11B | 55 | 34 |
| Octal | 262 | 32 | 355 | 31 | 131 | 0 | 7 | 433 | 125 | 64 |
| Binary | 10110010 | 11010 | 11101101 | 11001 | 1011001 | 0 | 111 | 100011011 | 1010101 | 110100 |
Color Harmonies of #B21AED
Complementary color
Monochromatic Colors of #B21AED
Black with #B21AED
Text Example
Text Example
White with #B21AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21AED; }
p { color: rgb(178,26,237); }
H1.HeaderClassName
{
color: #B21AED;
}
.AnyTagClassName
{
color: #B21AED;
}
</style>
background-color css
<style>
a { background-color: #B21AED; }
a { background-color: rgb(178,26,237); }
div.DivClassName
{
background-color: #B21AED;
}
.BgClassName
{
background-color: #B21AED;
}
</style>
border-color css
<style>
span { border-color: #B21AED; }
span { border-color: rgb(178,26,237); }
td.TdClassName
{
border-color: #B21AED;
}
.TagClassName
{
border-color: #B21AED;
}
</style>