Shades of Medium Violet Red #B9058C
Tints of Medium Violet Red #B9058C
RGB
CMYK
RGB Variations
Color information
#B9058C (or 0xB9058C) is known color: Medium Violet Red. HEX triplet: B9, 05 and 8C. RGB value is (185,5,140). Sum of RGB (Red+Green+Blue) = 185+5+140=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9058C is #46FA73. Grayscale: #494949. Windows color (decimal): -4651636 or 9176505. OLE color: 9176505.
HSL color Cylindrical-coordinate representation of color #B9058C: hue angle of 315º 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 #B9058C is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.27 |
| HSL | 315º | 0.95% | 0.37% | - |
| HSV(B) | 315º | 0.97% | 0.73% | - |
| XYZ | 24.8 | 12.32 | 25.88 | - |
| YUV | 74.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 140 | 0 | 0.97 | 0.24 | 0.27 | 315 | 0.95 | 0.37 |
| Hex | B9 | 5 | 8C | 0 | 61 | 18 | 1B | 13B | 5F | 25 |
| Octal | 271 | 5 | 214 | 0 | 141 | 30 | 33 | 473 | 137 | 45 |
| Binary | 10111001 | 101 | 10001100 | 0 | 1100001 | 11000 | 11011 | 100111011 | 1011111 | 100101 |
Color Harmonies of #B9058C
Complementary color
Monochromatic Colors of #B9058C
Black with #B9058C
Text Example
Text Example
White with #B9058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9058C; }
p { color: rgb(185,5,140); }
H1.HeaderClassName
{
color: #B9058C;
}
.AnyTagClassName
{
color: #B9058C;
}
</style>
background-color css
<style>
a { background-color: #B9058C; }
a { background-color: rgb(185,5,140); }
div.DivClassName
{
background-color: #B9058C;
}
.BgClassName
{
background-color: #B9058C;
}
</style>
border-color css
<style>
span { border-color: #B9058C; }
span { border-color: rgb(185,5,140); }
td.TdClassName
{
border-color: #B9058C;
}
.TagClassName
{
border-color: #B9058C;
}
</style>