Shades of Medium Violet Red #B21EA8
Tints of Medium Violet Red #B21EA8
RGB
CMYK
RGB Variations
Color information
#B21EA8 (or 0xB21EA8) is known color: Medium Violet Red. HEX triplet: B2, 1E and A8. RGB value is (178,30,168). Sum of RGB (Red+Green+Blue) = 178+30+168=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EA8 is #4DE157. Grayscale: #595959. Windows color (decimal): -5103960 or 11017906. OLE color: 11017906.
HSL color Cylindrical-coordinate representation of color #B21EA8: hue angle of 304.05º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21EA8 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 168 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.30 |
| HSL | 304.05º | 0.71% | 0.41% | - |
| HSV(B) | 304.05º | 0.83% | 0.7% | - |
| XYZ | 25.89 | 13.22 | 38.23 | - |
| YUV | 89.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 168 | 0 | 0.83 | 0.06 | 0.30 | 304.05 | 0.71 | 0.41 |
| Hex | B2 | 1E | A8 | 0 | 53 | 6 | 1E | 130 | 47 | 29 |
| Octal | 262 | 36 | 250 | 0 | 123 | 6 | 36 | 460 | 107 | 51 |
| Binary | 10110010 | 11110 | 10101000 | 0 | 1010011 | 110 | 11110 | 100110000 | 1000111 | 101001 |
Color Harmonies of #B21EA8
Complementary color
Monochromatic Colors of #B21EA8
Black with #B21EA8
Text Example
Text Example
White with #B21EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EA8; }
p { color: rgb(178,30,168); }
H1.HeaderClassName
{
color: #B21EA8;
}
.AnyTagClassName
{
color: #B21EA8;
}
</style>
background-color css
<style>
a { background-color: #B21EA8; }
a { background-color: rgb(178,30,168); }
div.DivClassName
{
background-color: #B21EA8;
}
.BgClassName
{
background-color: #B21EA8;
}
</style>
border-color css
<style>
span { border-color: #B21EA8; }
span { border-color: rgb(178,30,168); }
td.TdClassName
{
border-color: #B21EA8;
}
.TagClassName
{
border-color: #B21EA8;
}
</style>