Shades of Medium Violet Red #B9187A
Tints of Medium Violet Red #B9187A
RGB
CMYK
RGB Variations
Color information
#B9187A (or 0xB9187A) is known color: Medium Violet Red. HEX triplet: B9, 18 and 7A. RGB value is (185,24,122). Sum of RGB (Red+Green+Blue) = 185+24+122=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9187A is #46E785. Grayscale: #535353. Windows color (decimal): -4646790 or 8001721. OLE color: 8001721.
HSL color Cylindrical-coordinate representation of color #B9187A: hue angle of 323.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9187A is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 122 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.27 |
| HSL | 323.48º | 0.77% | 0.41% | - |
| HSV(B) | 323.48º | 0.87% | 0.73% | - |
| XYZ | 23.85 | 12.37 | 19.54 | - |
| YUV | 83.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 122 | 0 | 0.87 | 0.34 | 0.27 | 323.48 | 0.77 | 0.41 |
| Hex | B9 | 18 | 7A | 0 | 57 | 22 | 1B | 143 | 4D | 29 |
| Octal | 271 | 30 | 172 | 0 | 127 | 42 | 33 | 503 | 115 | 51 |
| Binary | 10111001 | 11000 | 1111010 | 0 | 1010111 | 100010 | 11011 | 101000011 | 1001101 | 101001 |
Color Harmonies of #B9187A
Complementary color
Monochromatic Colors of #B9187A
Black with #B9187A
Text Example
Text Example
White with #B9187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9187A; }
p { color: rgb(185,24,122); }
H1.HeaderClassName
{
color: #B9187A;
}
.AnyTagClassName
{
color: #B9187A;
}
</style>
background-color css
<style>
a { background-color: #B9187A; }
a { background-color: rgb(185,24,122); }
div.DivClassName
{
background-color: #B9187A;
}
.BgClassName
{
background-color: #B9187A;
}
</style>
border-color css
<style>
span { border-color: #B9187A; }
span { border-color: rgb(185,24,122); }
td.TdClassName
{
border-color: #B9187A;
}
.TagClassName
{
border-color: #B9187A;
}
</style>