Shades of Medium Violet Red #B9178E
Tints of Medium Violet Red #B9178E
RGB
CMYK
RGB Variations
Color information
#B9178E (or 0xB9178E) is known color: Medium Violet Red. HEX triplet: B9, 17 and 8E. RGB value is (185,23,142). Sum of RGB (Red+Green+Blue) = 185+23+142=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9178E is #46E871. Grayscale: #545454. Windows color (decimal): -4647026 or 9312185. OLE color: 9312185.
HSL color Cylindrical-coordinate representation of color #B9178E: hue angle of 315.93º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9178E is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 142 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.27 |
| HSL | 315.93º | 0.78% | 0.41% | - |
| HSV(B) | 315.93º | 0.88% | 0.73% | - |
| XYZ | 25.2 | 12.88 | 26.75 | - |
| YUV | 85 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 142 | 0 | 0.88 | 0.23 | 0.27 | 315.93 | 0.78 | 0.41 |
| Hex | B9 | 17 | 8E | 0 | 58 | 17 | 1B | 13C | 4E | 29 |
| Octal | 271 | 27 | 216 | 0 | 130 | 27 | 33 | 474 | 116 | 51 |
| Binary | 10111001 | 10111 | 10001110 | 0 | 1011000 | 10111 | 11011 | 100111100 | 1001110 | 101001 |
Color Harmonies of #B9178E
Complementary color
Monochromatic Colors of #B9178E
Black with #B9178E
Text Example
Text Example
White with #B9178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9178E; }
p { color: rgb(185,23,142); }
H1.HeaderClassName
{
color: #B9178E;
}
.AnyTagClassName
{
color: #B9178E;
}
</style>
background-color css
<style>
a { background-color: #B9178E; }
a { background-color: rgb(185,23,142); }
div.DivClassName
{
background-color: #B9178E;
}
.BgClassName
{
background-color: #B9178E;
}
</style>
border-color css
<style>
span { border-color: #B9178E; }
span { border-color: rgb(185,23,142); }
td.TdClassName
{
border-color: #B9178E;
}
.TagClassName
{
border-color: #B9178E;
}
</style>