Shades of Medium Violet Red #B21186
Tints of Medium Violet Red #B21186
RGB
CMYK
RGB Variations
Color information
#B21186 (or 0xB21186) is known color: Medium Violet Red. HEX triplet: B2, 11 and 86. RGB value is (178,17,134). Sum of RGB (Red+Green+Blue) = 178+17+134=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B21186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21186 is #4DEE79. Grayscale: #4E4E4E. Windows color (decimal): -5107322 or 8786354. OLE color: 8786354.
HSL color Cylindrical-coordinate representation of color #B21186: hue angle of 316.4º 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 #B21186 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 134 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.30 |
| HSL | 316.4º | 0.83% | 0.38% | - |
| HSV(B) | 316.4º | 0.9% | 0.7% | - |
| XYZ | 22.86 | 11.59 | 23.59 | - |
| YUV | 78.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 134 | 0 | 0.90 | 0.25 | 0.30 | 316.4 | 0.83 | 0.38 |
| Hex | B2 | 11 | 86 | 0 | 5A | 19 | 1E | 13C | 53 | 26 |
| Octal | 262 | 21 | 206 | 0 | 132 | 31 | 36 | 474 | 123 | 46 |
| Binary | 10110010 | 10001 | 10000110 | 0 | 1011010 | 11001 | 11110 | 100111100 | 1010011 | 100110 |
Color Harmonies of #B21186
Complementary color
Monochromatic Colors of #B21186
Black with #B21186
Text Example
Text Example
White with #B21186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21186; }
p { color: rgb(178,17,134); }
H1.HeaderClassName
{
color: #B21186;
}
.AnyTagClassName
{
color: #B21186;
}
</style>
background-color css
<style>
a { background-color: #B21186; }
a { background-color: rgb(178,17,134); }
div.DivClassName
{
background-color: #B21186;
}
.BgClassName
{
background-color: #B21186;
}
</style>
border-color css
<style>
span { border-color: #B21186; }
span { border-color: rgb(178,17,134); }
td.TdClassName
{
border-color: #B21186;
}
.TagClassName
{
border-color: #B21186;
}
</style>