Shades of Medium Violet Red #B9128D
Tints of Medium Violet Red #B9128D
RGB
CMYK
RGB Variations
Color information
#B9128D (or 0xB9128D) is known color: Medium Violet Red. HEX triplet: B9, 12 and 8D. RGB value is (185,18,141). Sum of RGB (Red+Green+Blue) = 185+18+141=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9128D is #46ED72. Grayscale: #515151. Windows color (decimal): -4648307 or 9245369. OLE color: 9245369.
HSL color Cylindrical-coordinate representation of color #B9128D: hue angle of 315.81º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9128D is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 141 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.27 |
| HSL | 315.81º | 0.82% | 0.4% | - |
| HSV(B) | 315.81º | 0.9% | 0.73% | - |
| XYZ | 25.03 | 12.67 | 26.33 | - |
| YUV | 81.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 141 | 0 | 0.90 | 0.24 | 0.27 | 315.81 | 0.82 | 0.4 |
| Hex | B9 | 12 | 8D | 0 | 5A | 18 | 1B | 13C | 52 | 28 |
| Octal | 271 | 22 | 215 | 0 | 132 | 30 | 33 | 474 | 122 | 50 |
| Binary | 10111001 | 10010 | 10001101 | 0 | 1011010 | 11000 | 11011 | 100111100 | 1010010 | 101000 |
Color Harmonies of #B9128D
Complementary color
Monochromatic Colors of #B9128D
Black with #B9128D
Text Example
Text Example
White with #B9128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9128D; }
p { color: rgb(185,18,141); }
H1.HeaderClassName
{
color: #B9128D;
}
.AnyTagClassName
{
color: #B9128D;
}
</style>
background-color css
<style>
a { background-color: #B9128D; }
a { background-color: rgb(185,18,141); }
div.DivClassName
{
background-color: #B9128D;
}
.BgClassName
{
background-color: #B9128D;
}
</style>
border-color css
<style>
span { border-color: #B9128D; }
span { border-color: rgb(185,18,141); }
td.TdClassName
{
border-color: #B9128D;
}
.TagClassName
{
border-color: #B9128D;
}
</style>