Shades of Medium Violet Red #B9128E
Tints of Medium Violet Red #B9128E
RGB
CMYK
RGB Variations
Color information
#B9128E (or 0xB9128E) is known color: Medium Violet Red. HEX triplet: B9, 12 and 8E. RGB value is (185,18,142). Sum of RGB (Red+Green+Blue) = 185+18+142=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9128E is #46ED71. Grayscale: #515151. Windows color (decimal): -4648306 or 9310905. OLE color: 9310905.
HSL color Cylindrical-coordinate representation of color #B9128E: hue angle of 315.45º 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 #B9128E is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 142 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.27 |
| HSL | 315.45º | 0.82% | 0.4% | - |
| HSV(B) | 315.45º | 0.9% | 0.73% | - |
| XYZ | 25.11 | 12.7 | 26.72 | - |
| YUV | 82.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 142 | 0 | 0.90 | 0.23 | 0.27 | 315.45 | 0.82 | 0.4 |
| Hex | B9 | 12 | 8E | 0 | 5A | 17 | 1B | 13B | 52 | 28 |
| Octal | 271 | 22 | 216 | 0 | 132 | 27 | 33 | 473 | 122 | 50 |
| Binary | 10111001 | 10010 | 10001110 | 0 | 1011010 | 10111 | 11011 | 100111011 | 1010010 | 101000 |
Color Harmonies of #B9128E
Complementary color
Monochromatic Colors of #B9128E
Black with #B9128E
Text Example
Text Example
White with #B9128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9128E; }
p { color: rgb(185,18,142); }
H1.HeaderClassName
{
color: #B9128E;
}
.AnyTagClassName
{
color: #B9128E;
}
</style>
background-color css
<style>
a { background-color: #B9128E; }
a { background-color: rgb(185,18,142); }
div.DivClassName
{
background-color: #B9128E;
}
.BgClassName
{
background-color: #B9128E;
}
</style>
border-color css
<style>
span { border-color: #B9128E; }
span { border-color: rgb(185,18,142); }
td.TdClassName
{
border-color: #B9128E;
}
.TagClassName
{
border-color: #B9128E;
}
</style>