Shades of Medium Violet Red #B0197F
Tints of Medium Violet Red #B0197F
RGB
CMYK
RGB Variations
Color information
#B0197F (or 0xB0197F) is known color: Medium Violet Red. HEX triplet: B0, 19 and 7F. RGB value is (176,25,127). Sum of RGB (Red+Green+Blue) = 176+25+127=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B0197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0197F is #4FE680. Grayscale: #515151. Windows color (decimal): -5236353 or 8329648. OLE color: 8329648.
HSL color Cylindrical-coordinate representation of color #B0197F: hue angle of 319.47º 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 #B0197F is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 127 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.31 |
| HSL | 319.47º | 0.75% | 0.39% | - |
| HSV(B) | 319.47º | 0.86% | 0.69% | - |
| XYZ | 22.08 | 11.46 | 21.13 | - |
| YUV | 81.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 127 | 0 | 0.86 | 0.28 | 0.31 | 319.47 | 0.75 | 0.39 |
| Hex | B0 | 19 | 7F | 0 | 56 | 1C | 1F | 13F | 4B | 27 |
| Octal | 260 | 31 | 177 | 0 | 126 | 34 | 37 | 477 | 113 | 47 |
| Binary | 10110000 | 11001 | 1111111 | 0 | 1010110 | 11100 | 11111 | 100111111 | 1001011 | 100111 |
Color Harmonies of #B0197F
Complementary color
Monochromatic Colors of #B0197F
Black with #B0197F
Text Example
Text Example
White with #B0197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0197F; }
p { color: rgb(176,25,127); }
H1.HeaderClassName
{
color: #B0197F;
}
.AnyTagClassName
{
color: #B0197F;
}
</style>
background-color css
<style>
a { background-color: #B0197F; }
a { background-color: rgb(176,25,127); }
div.DivClassName
{
background-color: #B0197F;
}
.BgClassName
{
background-color: #B0197F;
}
</style>
border-color css
<style>
span { border-color: #B0197F; }
span { border-color: rgb(176,25,127); }
td.TdClassName
{
border-color: #B0197F;
}
.TagClassName
{
border-color: #B0197F;
}
</style>