Shades of Medium Violet Red #B0179F
Tints of Medium Violet Red #B0179F
RGB
CMYK
RGB Variations
Color information
#B0179F (or 0xB0179F) is known color: Medium Violet Red. HEX triplet: B0, 17 and 9F. RGB value is (176,23,159). Sum of RGB (Red+Green+Blue) = 176+23+159=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0179F is #4FE860. Grayscale: #535353. Windows color (decimal): -5236833 or 10426288. OLE color: 10426288.
HSL color Cylindrical-coordinate representation of color #B0179F: hue angle of 306.67º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0179F is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 23 | 159 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.31 |
| HSL | 306.67º | 0.77% | 0.39% | - |
| HSV(B) | 306.67º | 0.87% | 0.69% | - |
| XYZ | 24.47 | 12.35 | 33.89 | - |
| YUV | 84.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 159 | 0 | 0.87 | 0.10 | 0.31 | 306.67 | 0.77 | 0.39 |
| Hex | B0 | 17 | 9F | 0 | 57 | A | 1F | 133 | 4D | 27 |
| Octal | 260 | 27 | 237 | 0 | 127 | 12 | 37 | 463 | 115 | 47 |
| Binary | 10110000 | 10111 | 10011111 | 0 | 1010111 | 1010 | 11111 | 100110011 | 1001101 | 100111 |
Color Harmonies of #B0179F
Complementary color
Monochromatic Colors of #B0179F
Black with #B0179F
Text Example
Text Example
White with #B0179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0179F; }
p { color: rgb(176,23,159); }
H1.HeaderClassName
{
color: #B0179F;
}
.AnyTagClassName
{
color: #B0179F;
}
</style>
background-color css
<style>
a { background-color: #B0179F; }
a { background-color: rgb(176,23,159); }
div.DivClassName
{
background-color: #B0179F;
}
.BgClassName
{
background-color: #B0179F;
}
</style>
border-color css
<style>
span { border-color: #B0179F; }
span { border-color: rgb(176,23,159); }
td.TdClassName
{
border-color: #B0179F;
}
.TagClassName
{
border-color: #B0179F;
}
</style>