Shades of Medium Violet Red #B0179E
Tints of Medium Violet Red #B0179E
RGB
CMYK
RGB Variations
Color information
#B0179E (or 0xB0179E) is known color: Medium Violet Red. HEX triplet: B0, 17 and 9E. RGB value is (176,23,158). Sum of RGB (Red+Green+Blue) = 176+23+158=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0179E is #4FE861. Grayscale: #535353. Windows color (decimal): -5236834 or 10360752. OLE color: 10360752.
HSL color Cylindrical-coordinate representation of color #B0179E: hue angle of 307.06º 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 #B0179E is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 23 | 158 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.31 |
| HSL | 307.06º | 0.77% | 0.39% | - |
| HSV(B) | 307.06º | 0.87% | 0.69% | - |
| XYZ | 24.38 | 12.31 | 33.44 | - |
| YUV | 84.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 158 | 0 | 0.87 | 0.10 | 0.31 | 307.06 | 0.77 | 0.39 |
| Hex | B0 | 17 | 9E | 0 | 57 | A | 1F | 133 | 4D | 27 |
| Octal | 260 | 27 | 236 | 0 | 127 | 12 | 37 | 463 | 115 | 47 |
| Binary | 10110000 | 10111 | 10011110 | 0 | 1010111 | 1010 | 11111 | 100110011 | 1001101 | 100111 |
Color Harmonies of #B0179E
Complementary color
Monochromatic Colors of #B0179E
Black with #B0179E
Text Example
Text Example
White with #B0179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0179E; }
p { color: rgb(176,23,158); }
H1.HeaderClassName
{
color: #B0179E;
}
.AnyTagClassName
{
color: #B0179E;
}
</style>
background-color css
<style>
a { background-color: #B0179E; }
a { background-color: rgb(176,23,158); }
div.DivClassName
{
background-color: #B0179E;
}
.BgClassName
{
background-color: #B0179E;
}
</style>
border-color css
<style>
span { border-color: #B0179E; }
span { border-color: rgb(176,23,158); }
td.TdClassName
{
border-color: #B0179E;
}
.TagClassName
{
border-color: #B0179E;
}
</style>