Shades of Medium Violet Red #B8197D
Tints of Medium Violet Red #B8197D
RGB
CMYK
RGB Variations
Color information
#B8197D (or 0xB8197D) is known color: Medium Violet Red. HEX triplet: B8, 19 and 7D. RGB value is (184,25,125). Sum of RGB (Red+Green+Blue) = 184+25+125=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B8197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8197D is #47E682. Grayscale: #535353. Windows color (decimal): -4712067 or 8198584. OLE color: 8198584.
HSL color Cylindrical-coordinate representation of color #B8197D: hue angle of 322.26º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8197D is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 125 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.28 |
| HSL | 322.26º | 0.76% | 0.41% | - |
| HSV(B) | 322.26º | 0.86% | 0.72% | - |
| XYZ | 23.82 | 12.37 | 20.53 | - |
| YUV | 83.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 125 | 0 | 0.86 | 0.32 | 0.28 | 322.26 | 0.76 | 0.41 |
| Hex | B8 | 19 | 7D | 0 | 56 | 20 | 1C | 142 | 4C | 29 |
| Octal | 270 | 31 | 175 | 0 | 126 | 40 | 34 | 502 | 114 | 51 |
| Binary | 10111000 | 11001 | 1111101 | 0 | 1010110 | 100000 | 11100 | 101000010 | 1001100 | 101001 |
Color Harmonies of #B8197D
Complementary color
Monochromatic Colors of #B8197D
Black with #B8197D
Text Example
Text Example
White with #B8197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8197D; }
p { color: rgb(184,25,125); }
H1.HeaderClassName
{
color: #B8197D;
}
.AnyTagClassName
{
color: #B8197D;
}
</style>
background-color css
<style>
a { background-color: #B8197D; }
a { background-color: rgb(184,25,125); }
div.DivClassName
{
background-color: #B8197D;
}
.BgClassName
{
background-color: #B8197D;
}
</style>
border-color css
<style>
span { border-color: #B8197D; }
span { border-color: rgb(184,25,125); }
td.TdClassName
{
border-color: #B8197D;
}
.TagClassName
{
border-color: #B8197D;
}
</style>