Shades of Electric Purple #B21EEA
Tints of Electric Purple #B21EEA
RGB
CMYK
RGB Variations
Color information
#B21EEA (or 0xB21EEA) is known color: Electric Purple. HEX triplet: B2, 1E and EA. RGB value is (178,30,234). Sum of RGB (Red+Green+Blue) = 178+30+234=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #B21EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EEA is #4DE115. Grayscale: #606060. Windows color (decimal): -5103894 or 15343282. OLE color: 15343282.
HSL color Cylindrical-coordinate representation of color #B21EEA: hue angle of 283.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21EEA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 30 | 234 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.08 |
| HSL | 283.53º | 0.83% | 0.52% | - |
| HSV(B) | 283.53º | 0.87% | 0.92% | - |
| XYZ | 33.68 | 16.33 | 79.22 | - |
| YUV | 97.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 234 | 0.24 | 0.87 | 0 | 0.08 | 283.53 | 0.83 | 0.52 |
| Hex | B2 | 1E | EA | 18 | 57 | 0 | 8 | 11C | 53 | 34 |
| Octal | 262 | 36 | 352 | 30 | 127 | 0 | 10 | 434 | 123 | 64 |
| Binary | 10110010 | 11110 | 11101010 | 11000 | 1010111 | 0 | 1000 | 100011100 | 1010011 | 110100 |
Color Harmonies of #B21EEA
Complementary color
Monochromatic Colors of #B21EEA
Black with #B21EEA
Text Example
Text Example
White with #B21EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EEA; }
p { color: rgb(178,30,234); }
H1.HeaderClassName
{
color: #B21EEA;
}
.AnyTagClassName
{
color: #B21EEA;
}
</style>
background-color css
<style>
a { background-color: #B21EEA; }
a { background-color: rgb(178,30,234); }
div.DivClassName
{
background-color: #B21EEA;
}
.BgClassName
{
background-color: #B21EEA;
}
</style>
border-color css
<style>
span { border-color: #B21EEA; }
span { border-color: rgb(178,30,234); }
td.TdClassName
{
border-color: #B21EEA;
}
.TagClassName
{
border-color: #B21EEA;
}
</style>