Shades of Medium Violet Red #B8197C
Tints of Medium Violet Red #B8197C
RGB
CMYK
RGB Variations
Color information
#B8197C (or 0xB8197C) is known color: Medium Violet Red. HEX triplet: B8, 19 and 7C. RGB value is (184,25,124). Sum of RGB (Red+Green+Blue) = 184+25+124=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8197C is #47E683. Grayscale: #535353. Windows color (decimal): -4712068 or 8133048. OLE color: 8133048.
HSL color Cylindrical-coordinate representation of color #B8197C: hue angle of 322.64º 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 #B8197C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 124 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.28 |
| HSL | 322.64º | 0.76% | 0.41% | - |
| HSV(B) | 322.64º | 0.86% | 0.72% | - |
| XYZ | 23.75 | 12.34 | 20.2 | - |
| YUV | 83.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 124 | 0 | 0.86 | 0.33 | 0.28 | 322.64 | 0.76 | 0.41 |
| Hex | B8 | 19 | 7C | 0 | 56 | 21 | 1C | 143 | 4C | 29 |
| Octal | 270 | 31 | 174 | 0 | 126 | 41 | 34 | 503 | 114 | 51 |
| Binary | 10111000 | 11001 | 1111100 | 0 | 1010110 | 100001 | 11100 | 101000011 | 1001100 | 101001 |
Color Harmonies of #B8197C
Complementary color
Monochromatic Colors of #B8197C
Black with #B8197C
Text Example
Text Example
White with #B8197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8197C; }
p { color: rgb(184,25,124); }
H1.HeaderClassName
{
color: #B8197C;
}
.AnyTagClassName
{
color: #B8197C;
}
</style>
background-color css
<style>
a { background-color: #B8197C; }
a { background-color: rgb(184,25,124); }
div.DivClassName
{
background-color: #B8197C;
}
.BgClassName
{
background-color: #B8197C;
}
</style>
border-color css
<style>
span { border-color: #B8197C; }
span { border-color: rgb(184,25,124); }
td.TdClassName
{
border-color: #B8197C;
}
.TagClassName
{
border-color: #B8197C;
}
</style>