Shades of Medium Violet Red #B6197A
Tints of Medium Violet Red #B6197A
RGB
CMYK
RGB Variations
Color information
#B6197A (or 0xB6197A) is known color: Medium Violet Red. HEX triplet: B6, 19 and 7A. RGB value is (182,25,122). Sum of RGB (Red+Green+Blue) = 182+25+122=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6197A is #49E685. Grayscale: #525252. Windows color (decimal): -4843142 or 8001974. OLE color: 8001974.
HSL color Cylindrical-coordinate representation of color #B6197A: hue angle of 322.93º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6197A is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 122 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.29 |
| HSL | 322.93º | 0.76% | 0.41% | - |
| HSV(B) | 322.93º | 0.86% | 0.71% | - |
| XYZ | 23.15 | 12.05 | 19.52 | - |
| YUV | 83 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 122 | 0 | 0.86 | 0.33 | 0.29 | 322.93 | 0.76 | 0.41 |
| Hex | B6 | 19 | 7A | 0 | 56 | 21 | 1D | 143 | 4C | 29 |
| Octal | 266 | 31 | 172 | 0 | 126 | 41 | 35 | 503 | 114 | 51 |
| Binary | 10110110 | 11001 | 1111010 | 0 | 1010110 | 100001 | 11101 | 101000011 | 1001100 | 101001 |
Color Harmonies of #B6197A
Complementary color
Monochromatic Colors of #B6197A
Black with #B6197A
Text Example
Text Example
White with #B6197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6197A; }
p { color: rgb(182,25,122); }
H1.HeaderClassName
{
color: #B6197A;
}
.AnyTagClassName
{
color: #B6197A;
}
</style>
background-color css
<style>
a { background-color: #B6197A; }
a { background-color: rgb(182,25,122); }
div.DivClassName
{
background-color: #B6197A;
}
.BgClassName
{
background-color: #B6197A;
}
</style>
border-color css
<style>
span { border-color: #B6197A; }
span { border-color: rgb(182,25,122); }
td.TdClassName
{
border-color: #B6197A;
}
.TagClassName
{
border-color: #B6197A;
}
</style>