Shades of Medium Violet Red #B21185
Tints of Medium Violet Red #B21185
RGB
CMYK
RGB Variations
Color information
#B21185 (or 0xB21185) is known color: Medium Violet Red. HEX triplet: B2, 11 and 85. RGB value is (178,17,133). Sum of RGB (Red+Green+Blue) = 178+17+133=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B21185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21185 is #4DEE7A. Grayscale: #4E4E4E. Windows color (decimal): -5107323 or 8720818. OLE color: 8720818.
HSL color Cylindrical-coordinate representation of color #B21185: hue angle of 316.77º 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 #B21185 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 133 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.30 |
| HSL | 316.77º | 0.83% | 0.38% | - |
| HSV(B) | 316.77º | 0.9% | 0.7% | - |
| XYZ | 22.79 | 11.56 | 23.22 | - |
| YUV | 78.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 133 | 0 | 0.90 | 0.25 | 0.30 | 316.77 | 0.83 | 0.38 |
| Hex | B2 | 11 | 85 | 0 | 5A | 19 | 1E | 13D | 53 | 26 |
| Octal | 262 | 21 | 205 | 0 | 132 | 31 | 36 | 475 | 123 | 46 |
| Binary | 10110010 | 10001 | 10000101 | 0 | 1011010 | 11001 | 11110 | 100111101 | 1010011 | 100110 |
Color Harmonies of #B21185
Complementary color
Monochromatic Colors of #B21185
Black with #B21185
Text Example
Text Example
White with #B21185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21185; }
p { color: rgb(178,17,133); }
H1.HeaderClassName
{
color: #B21185;
}
.AnyTagClassName
{
color: #B21185;
}
</style>
background-color css
<style>
a { background-color: #B21185; }
a { background-color: rgb(178,17,133); }
div.DivClassName
{
background-color: #B21185;
}
.BgClassName
{
background-color: #B21185;
}
</style>
border-color css
<style>
span { border-color: #B21185; }
span { border-color: rgb(178,17,133); }
td.TdClassName
{
border-color: #B21185;
}
.TagClassName
{
border-color: #B21185;
}
</style>