Shades of Medium Violet Red #B0197B
Tints of Medium Violet Red #B0197B
RGB
CMYK
RGB Variations
Color information
#B0197B (or 0xB0197B) is known color: Medium Violet Red. HEX triplet: B0, 19 and 7B. RGB value is (176,25,123). Sum of RGB (Red+Green+Blue) = 176+25+123=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0197B is #4FE684. Grayscale: #515151. Windows color (decimal): -5236357 or 8067504. OLE color: 8067504.
HSL color Cylindrical-coordinate representation of color #B0197B: hue angle of 321.06º 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 #B0197B is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 123 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.31 |
| HSL | 321.06º | 0.75% | 0.39% | - |
| HSV(B) | 321.06º | 0.86% | 0.69% | - |
| XYZ | 21.83 | 11.36 | 19.78 | - |
| YUV | 81.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 123 | 0 | 0.86 | 0.30 | 0.31 | 321.06 | 0.75 | 0.39 |
| Hex | B0 | 19 | 7B | 0 | 56 | 1E | 1F | 141 | 4B | 27 |
| Octal | 260 | 31 | 173 | 0 | 126 | 36 | 37 | 501 | 113 | 47 |
| Binary | 10110000 | 11001 | 1111011 | 0 | 1010110 | 11110 | 11111 | 101000001 | 1001011 | 100111 |
Color Harmonies of #B0197B
Complementary color
Monochromatic Colors of #B0197B
Black with #B0197B
Text Example
Text Example
White with #B0197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0197B; }
p { color: rgb(176,25,123); }
H1.HeaderClassName
{
color: #B0197B;
}
.AnyTagClassName
{
color: #B0197B;
}
</style>
background-color css
<style>
a { background-color: #B0197B; }
a { background-color: rgb(176,25,123); }
div.DivClassName
{
background-color: #B0197B;
}
.BgClassName
{
background-color: #B0197B;
}
</style>
border-color css
<style>
span { border-color: #B0197B; }
span { border-color: rgb(176,25,123); }
td.TdClassName
{
border-color: #B0197B;
}
.TagClassName
{
border-color: #B0197B;
}
</style>