Shades of Medium Violet Red #B9129D
Tints of Medium Violet Red #B9129D
RGB
CMYK
RGB Variations
Color information
#B9129D (or 0xB9129D) is known color: Medium Violet Red. HEX triplet: B9, 12 and 9D. RGB value is (185,18,157). Sum of RGB (Red+Green+Blue) = 185+18+157=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9129D is #46ED62. Grayscale: #535353. Windows color (decimal): -4648291 or 10293945. OLE color: 10293945.
HSL color Cylindrical-coordinate representation of color #B9129D: hue angle of 310.06º 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 #B9129D is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 157 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.27 |
| HSL | 310.06º | 0.82% | 0.4% | - |
| HSV(B) | 310.06º | 0.9% | 0.73% | - |
| XYZ | 26.31 | 13.18 | 33.06 | - |
| YUV | 83.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 157 | 0 | 0.90 | 0.15 | 0.27 | 310.06 | 0.82 | 0.4 |
| Hex | B9 | 12 | 9D | 0 | 5A | F | 1B | 136 | 52 | 28 |
| Octal | 271 | 22 | 235 | 0 | 132 | 17 | 33 | 466 | 122 | 50 |
| Binary | 10111001 | 10010 | 10011101 | 0 | 1011010 | 1111 | 11011 | 100110110 | 1010010 | 101000 |
Color Harmonies of #B9129D
Complementary color
Monochromatic Colors of #B9129D
Black with #B9129D
Text Example
Text Example
White with #B9129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9129D; }
p { color: rgb(185,18,157); }
H1.HeaderClassName
{
color: #B9129D;
}
.AnyTagClassName
{
color: #B9129D;
}
</style>
background-color css
<style>
a { background-color: #B9129D; }
a { background-color: rgb(185,18,157); }
div.DivClassName
{
background-color: #B9129D;
}
.BgClassName
{
background-color: #B9129D;
}
</style>
border-color css
<style>
span { border-color: #B9129D; }
span { border-color: rgb(185,18,157); }
td.TdClassName
{
border-color: #B9129D;
}
.TagClassName
{
border-color: #B9129D;
}
</style>