Shades of Medium Violet Red #B9159A
Tints of Medium Violet Red #B9159A
RGB
CMYK
RGB Variations
Color information
#B9159A (or 0xB9159A) is known color: Medium Violet Red. HEX triplet: B9, 15 and 9A. RGB value is (185,21,154). Sum of RGB (Red+Green+Blue) = 185+21+154=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9159A is #46EA65. Grayscale: #545454. Windows color (decimal): -4647526 or 10098105. OLE color: 10098105.
HSL color Cylindrical-coordinate representation of color #B9159A: hue angle of 311.34º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9159A is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 154 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.27 |
| HSL | 311.34º | 0.8% | 0.4% | - |
| HSV(B) | 311.34º | 0.89% | 0.73% | - |
| XYZ | 26.11 | 13.18 | 31.74 | - |
| YUV | 85.2 | 166.83 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 154 | 0 | 0.89 | 0.17 | 0.27 | 311.34 | 0.8 | 0.4 |
| Hex | B9 | 15 | 9A | 0 | 59 | 11 | 1B | 137 | 50 | 28 |
| Octal | 271 | 25 | 232 | 0 | 131 | 21 | 33 | 467 | 120 | 50 |
| Binary | 10111001 | 10101 | 10011010 | 0 | 1011001 | 10001 | 11011 | 100110111 | 1010000 | 101000 |
Color Harmonies of #B9159A
Complementary color
Monochromatic Colors of #B9159A
Black with #B9159A
Text Example
Text Example
White with #B9159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9159A; }
p { color: rgb(185,21,154); }
H1.HeaderClassName
{
color: #B9159A;
}
.AnyTagClassName
{
color: #B9159A;
}
</style>
background-color css
<style>
a { background-color: #B9159A; }
a { background-color: rgb(185,21,154); }
div.DivClassName
{
background-color: #B9159A;
}
.BgClassName
{
background-color: #B9159A;
}
</style>
border-color css
<style>
span { border-color: #B9159A; }
span { border-color: rgb(185,21,154); }
td.TdClassName
{
border-color: #B9159A;
}
.TagClassName
{
border-color: #B9159A;
}
</style>