Shades of Medium Violet Red #B9058D
Tints of Medium Violet Red #B9058D
RGB
CMYK
RGB Variations
Color information
#B9058D (or 0xB9058D) is known color: Medium Violet Red. HEX triplet: B9, 05 and 8D. RGB value is (185,5,141). Sum of RGB (Red+Green+Blue) = 185+5+141=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9058D is #46FA72. Grayscale: #494949. Windows color (decimal): -4651635 or 9242041. OLE color: 9242041.
HSL color Cylindrical-coordinate representation of color #B9058D: hue angle of 314.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9058D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.27 |
| HSL | 314.67º | 0.95% | 0.37% | - |
| HSV(B) | 314.67º | 0.97% | 0.73% | - |
| XYZ | 24.87 | 12.35 | 26.27 | - |
| YUV | 74.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 141 | 0 | 0.97 | 0.24 | 0.27 | 314.67 | 0.95 | 0.37 |
| Hex | B9 | 5 | 8D | 0 | 61 | 18 | 1B | 13B | 5F | 25 |
| Octal | 271 | 5 | 215 | 0 | 141 | 30 | 33 | 473 | 137 | 45 |
| Binary | 10111001 | 101 | 10001101 | 0 | 1100001 | 11000 | 11011 | 100111011 | 1011111 | 100101 |
Color Harmonies of #B9058D
Complementary color
Monochromatic Colors of #B9058D
Black with #B9058D
Text Example
Text Example
White with #B9058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9058D; }
p { color: rgb(185,5,141); }
H1.HeaderClassName
{
color: #B9058D;
}
.AnyTagClassName
{
color: #B9058D;
}
</style>
background-color css
<style>
a { background-color: #B9058D; }
a { background-color: rgb(185,5,141); }
div.DivClassName
{
background-color: #B9058D;
}
.BgClassName
{
background-color: #B9058D;
}
</style>
border-color css
<style>
span { border-color: #B9058D; }
span { border-color: rgb(185,5,141); }
td.TdClassName
{
border-color: #B9058D;
}
.TagClassName
{
border-color: #B9058D;
}
</style>