Shades of Medium Violet Red #B21175
Tints of Medium Violet Red #B21175
RGB
CMYK
RGB Variations
Color information
#B21175 (or 0xB21175) is known color: Medium Violet Red. HEX triplet: B2, 11 and 75. RGB value is (178,17,117). Sum of RGB (Red+Green+Blue) = 178+17+117=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B21175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21175 is #4DEE8A. Grayscale: #4C4C4C. Windows color (decimal): -5107339 or 7672242. OLE color: 7672242.
HSL color Cylindrical-coordinate representation of color #B21175: hue angle of 322.73º 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 #B21175 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 117 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.30 |
| HSL | 322.73º | 0.83% | 0.38% | - |
| HSV(B) | 322.73º | 0.9% | 0.7% | - |
| XYZ | 21.77 | 11.15 | 17.83 | - |
| YUV | 76.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 117 | 0 | 0.90 | 0.34 | 0.30 | 322.73 | 0.83 | 0.38 |
| Hex | B2 | 11 | 75 | 0 | 5A | 22 | 1E | 143 | 53 | 26 |
| Octal | 262 | 21 | 165 | 0 | 132 | 42 | 36 | 503 | 123 | 46 |
| Binary | 10110010 | 10001 | 1110101 | 0 | 1011010 | 100010 | 11110 | 101000011 | 1010011 | 100110 |
Color Harmonies of #B21175
Complementary color
Monochromatic Colors of #B21175
Black with #B21175
Text Example
Text Example
White with #B21175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21175; }
p { color: rgb(178,17,117); }
H1.HeaderClassName
{
color: #B21175;
}
.AnyTagClassName
{
color: #B21175;
}
</style>
background-color css
<style>
a { background-color: #B21175; }
a { background-color: rgb(178,17,117); }
div.DivClassName
{
background-color: #B21175;
}
.BgClassName
{
background-color: #B21175;
}
</style>
border-color css
<style>
span { border-color: #B21175; }
span { border-color: rgb(178,17,117); }
td.TdClassName
{
border-color: #B21175;
}
.TagClassName
{
border-color: #B21175;
}
</style>