Shades of Electric Purple #B21EE6
Tints of Electric Purple #B21EE6
RGB
CMYK
RGB Variations
Color information
#B21EE6 (or 0xB21EE6) is known color: Electric Purple. HEX triplet: B2, 1E and E6. RGB value is (178,30,230). Sum of RGB (Red+Green+Blue) = 178+30+230=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #B21EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21EE6 is #4DE119. Grayscale: #606060. Windows color (decimal): -5103898 or 15081138. OLE color: 15081138.
HSL color Cylindrical-coordinate representation of color #B21EE6: hue angle of 284.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21EE6 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 30 | 230 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.10 |
| HSL | 284.4º | 0.8% | 0.51% | - |
| HSV(B) | 284.4º | 0.87% | 0.9% | - |
| XYZ | 33.11 | 16.11 | 76.23 | - |
| YUV | 97.05 | 203.03 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 230 | 0.23 | 0.87 | 0 | 0.10 | 284.4 | 0.8 | 0.51 |
| Hex | B2 | 1E | E6 | 17 | 57 | 0 | A | 11C | 50 | 33 |
| Octal | 262 | 36 | 346 | 27 | 127 | 0 | 12 | 434 | 120 | 63 |
| Binary | 10110010 | 11110 | 11100110 | 10111 | 1010111 | 0 | 1010 | 100011100 | 1010000 | 110011 |
Color Harmonies of #B21EE6
Complementary color
Monochromatic Colors of #B21EE6
Black with #B21EE6
Text Example
Text Example
White with #B21EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EE6; }
p { color: rgb(178,30,230); }
H1.HeaderClassName
{
color: #B21EE6;
}
.AnyTagClassName
{
color: #B21EE6;
}
</style>
background-color css
<style>
a { background-color: #B21EE6; }
a { background-color: rgb(178,30,230); }
div.DivClassName
{
background-color: #B21EE6;
}
.BgClassName
{
background-color: #B21EE6;
}
</style>
border-color css
<style>
span { border-color: #B21EE6; }
span { border-color: rgb(178,30,230); }
td.TdClassName
{
border-color: #B21EE6;
}
.TagClassName
{
border-color: #B21EE6;
}
</style>