Shades of Medium Violet Red #B0197D
Tints of Medium Violet Red #B0197D
RGB
CMYK
RGB Variations
Color information
#B0197D (or 0xB0197D) is known color: Medium Violet Red. HEX triplet: B0, 19 and 7D. RGB value is (176,25,125). Sum of RGB (Red+Green+Blue) = 176+25+125=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0197D is #4FE682. Grayscale: #515151. Windows color (decimal): -5236355 or 8198576. OLE color: 8198576.
HSL color Cylindrical-coordinate representation of color #B0197D: hue angle of 320.26º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0197D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 125 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.31 |
| HSL | 320.26º | 0.75% | 0.39% | - |
| HSV(B) | 320.26º | 0.86% | 0.69% | - |
| XYZ | 21.95 | 11.41 | 20.45 | - |
| YUV | 81.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 125 | 0 | 0.86 | 0.29 | 0.31 | 320.26 | 0.75 | 0.39 |
| Hex | B0 | 19 | 7D | 0 | 56 | 1D | 1F | 140 | 4B | 27 |
| Octal | 260 | 31 | 175 | 0 | 126 | 35 | 37 | 500 | 113 | 47 |
| Binary | 10110000 | 11001 | 1111101 | 0 | 1010110 | 11101 | 11111 | 101000000 | 1001011 | 100111 |
Color Harmonies of #B0197D
Complementary color
Monochromatic Colors of #B0197D
Black with #B0197D
Text Example
Text Example
White with #B0197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0197D; }
p { color: rgb(176,25,125); }
H1.HeaderClassName
{
color: #B0197D;
}
.AnyTagClassName
{
color: #B0197D;
}
</style>
background-color css
<style>
a { background-color: #B0197D; }
a { background-color: rgb(176,25,125); }
div.DivClassName
{
background-color: #B0197D;
}
.BgClassName
{
background-color: #B0197D;
}
</style>
border-color css
<style>
span { border-color: #B0197D; }
span { border-color: rgb(176,25,125); }
td.TdClassName
{
border-color: #B0197D;
}
.TagClassName
{
border-color: #B0197D;
}
</style>