Shades of Medium Violet Red #B21189
Tints of Medium Violet Red #B21189
RGB
CMYK
RGB Variations
Color information
#B21189 (or 0xB21189) is known color: Medium Violet Red. HEX triplet: B2, 11 and 89. RGB value is (178,17,137). Sum of RGB (Red+Green+Blue) = 178+17+137=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B21189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21189 is #4DEE76. Grayscale: #4E4E4E. Windows color (decimal): -5107319 or 8982962. OLE color: 8982962.
HSL color Cylindrical-coordinate representation of color #B21189: hue angle of 315.28º 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 #B21189 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 137 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.30 |
| HSL | 315.28º | 0.83% | 0.38% | - |
| HSV(B) | 315.28º | 0.9% | 0.7% | - |
| XYZ | 23.08 | 11.67 | 24.7 | - |
| YUV | 78.82 | 160.84 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 137 | 0 | 0.90 | 0.23 | 0.30 | 315.28 | 0.83 | 0.38 |
| Hex | B2 | 11 | 89 | 0 | 5A | 17 | 1E | 13B | 53 | 26 |
| Octal | 262 | 21 | 211 | 0 | 132 | 27 | 36 | 473 | 123 | 46 |
| Binary | 10110010 | 10001 | 10001001 | 0 | 1011010 | 10111 | 11110 | 100111011 | 1010011 | 100110 |
Color Harmonies of #B21189
Complementary color
Monochromatic Colors of #B21189
Black with #B21189
Text Example
Text Example
White with #B21189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21189; }
p { color: rgb(178,17,137); }
H1.HeaderClassName
{
color: #B21189;
}
.AnyTagClassName
{
color: #B21189;
}
</style>
background-color css
<style>
a { background-color: #B21189; }
a { background-color: rgb(178,17,137); }
div.DivClassName
{
background-color: #B21189;
}
.BgClassName
{
background-color: #B21189;
}
</style>
border-color css
<style>
span { border-color: #B21189; }
span { border-color: rgb(178,17,137); }
td.TdClassName
{
border-color: #B21189;
}
.TagClassName
{
border-color: #B21189;
}
</style>