Shades of Medium Violet Red #B0199B
Tints of Medium Violet Red #B0199B
RGB
CMYK
RGB Variations
Color information
#B0199B (or 0xB0199B) is known color: Medium Violet Red. HEX triplet: B0, 19 and 9B. RGB value is (176,25,155). Sum of RGB (Red+Green+Blue) = 176+25+155=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0199B is #4FE664. Grayscale: #545454. Windows color (decimal): -5236325 or 10164656. OLE color: 10164656.
HSL color Cylindrical-coordinate representation of color #B0199B: hue angle of 308.34º 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 #B0199B is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 155 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.31 |
| HSL | 308.34º | 0.75% | 0.39% | - |
| HSV(B) | 308.34º | 0.86% | 0.69% | - |
| XYZ | 24.17 | 12.29 | 32.11 | - |
| YUV | 84.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 155 | 0 | 0.86 | 0.12 | 0.31 | 308.34 | 0.75 | 0.39 |
| Hex | B0 | 19 | 9B | 0 | 56 | C | 1F | 134 | 4B | 27 |
| Octal | 260 | 31 | 233 | 0 | 126 | 14 | 37 | 464 | 113 | 47 |
| Binary | 10110000 | 11001 | 10011011 | 0 | 1010110 | 1100 | 11111 | 100110100 | 1001011 | 100111 |
Color Harmonies of #B0199B
Complementary color
Monochromatic Colors of #B0199B
Black with #B0199B
Text Example
Text Example
White with #B0199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0199B; }
p { color: rgb(176,25,155); }
H1.HeaderClassName
{
color: #B0199B;
}
.AnyTagClassName
{
color: #B0199B;
}
</style>
background-color css
<style>
a { background-color: #B0199B; }
a { background-color: rgb(176,25,155); }
div.DivClassName
{
background-color: #B0199B;
}
.BgClassName
{
background-color: #B0199B;
}
</style>
border-color css
<style>
span { border-color: #B0199B; }
span { border-color: rgb(176,25,155); }
td.TdClassName
{
border-color: #B0199B;
}
.TagClassName
{
border-color: #B0199B;
}
</style>