Shades of Medium Violet Red #B6197B
Tints of Medium Violet Red #B6197B
RGB
CMYK
RGB Variations
Color information
#B6197B (or 0xB6197B) is known color: Medium Violet Red. HEX triplet: B6, 19 and 7B. RGB value is (182,25,123). Sum of RGB (Red+Green+Blue) = 182+25+123=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B6197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6197B is #49E684. Grayscale: #525252. Windows color (decimal): -4843141 or 8067510. OLE color: 8067510.
HSL color Cylindrical-coordinate representation of color #B6197B: hue angle of 322.55º 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 #B6197B is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 123 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.29 |
| HSL | 322.55º | 0.76% | 0.41% | - |
| HSV(B) | 322.55º | 0.86% | 0.71% | - |
| XYZ | 23.21 | 12.07 | 19.85 | - |
| YUV | 83.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 123 | 0 | 0.86 | 0.32 | 0.29 | 322.55 | 0.76 | 0.41 |
| Hex | B6 | 19 | 7B | 0 | 56 | 20 | 1D | 143 | 4C | 29 |
| Octal | 266 | 31 | 173 | 0 | 126 | 40 | 35 | 503 | 114 | 51 |
| Binary | 10110110 | 11001 | 1111011 | 0 | 1010110 | 100000 | 11101 | 101000011 | 1001100 | 101001 |
Color Harmonies of #B6197B
Complementary color
Monochromatic Colors of #B6197B
Black with #B6197B
Text Example
Text Example
White with #B6197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6197B; }
p { color: rgb(182,25,123); }
H1.HeaderClassName
{
color: #B6197B;
}
.AnyTagClassName
{
color: #B6197B;
}
</style>
background-color css
<style>
a { background-color: #B6197B; }
a { background-color: rgb(182,25,123); }
div.DivClassName
{
background-color: #B6197B;
}
.BgClassName
{
background-color: #B6197B;
}
</style>
border-color css
<style>
span { border-color: #B6197B; }
span { border-color: rgb(182,25,123); }
td.TdClassName
{
border-color: #B6197B;
}
.TagClassName
{
border-color: #B6197B;
}
</style>