Shades of Medium Violet Red #B21190
Tints of Medium Violet Red #B21190
RGB
CMYK
RGB Variations
Color information
#B21190 (or 0xB21190) is known color: Medium Violet Red. HEX triplet: B2, 11 and 90. RGB value is (178,17,144). Sum of RGB (Red+Green+Blue) = 178+17+144=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B21190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21190 is #4DEE6F. Grayscale: #4F4F4F. Windows color (decimal): -5107312 or 9441714. OLE color: 9441714.
HSL color Cylindrical-coordinate representation of color #B21190: hue angle of 312.67º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21190 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 144 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.30 |
| HSL | 312.67º | 0.83% | 0.38% | - |
| HSV(B) | 312.67º | 0.9% | 0.7% | - |
| XYZ | 23.59 | 11.88 | 27.43 | - |
| YUV | 79.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 144 | 0 | 0.90 | 0.19 | 0.30 | 312.67 | 0.83 | 0.38 |
| Hex | B2 | 11 | 90 | 0 | 5A | 13 | 1E | 139 | 53 | 26 |
| Octal | 262 | 21 | 220 | 0 | 132 | 23 | 36 | 471 | 123 | 46 |
| Binary | 10110010 | 10001 | 10010000 | 0 | 1011010 | 10011 | 11110 | 100111001 | 1010011 | 100110 |
Color Harmonies of #B21190
Complementary color
Monochromatic Colors of #B21190
Black with #B21190
Text Example
Text Example
White with #B21190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21190; }
p { color: rgb(178,17,144); }
H1.HeaderClassName
{
color: #B21190;
}
.AnyTagClassName
{
color: #B21190;
}
</style>
background-color css
<style>
a { background-color: #B21190; }
a { background-color: rgb(178,17,144); }
div.DivClassName
{
background-color: #B21190;
}
.BgClassName
{
background-color: #B21190;
}
</style>
border-color css
<style>
span { border-color: #B21190; }
span { border-color: rgb(178,17,144); }
td.TdClassName
{
border-color: #B21190;
}
.TagClassName
{
border-color: #B21190;
}
</style>