Shades of Medium Violet Red #B9057D
Tints of Medium Violet Red #B9057D
RGB
CMYK
RGB Variations
Color information
#B9057D (or 0xB9057D) is known color: Medium Violet Red. HEX triplet: B9, 05 and 7D. RGB value is (185,5,125). Sum of RGB (Red+Green+Blue) = 185+5+125=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9057D is #46FA82. Grayscale: #484848. Windows color (decimal): -4651651 or 8193465. OLE color: 8193465.
HSL color Cylindrical-coordinate representation of color #B9057D: hue angle of 320º 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 #B9057D is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.27 |
| HSL | 320º | 0.95% | 0.37% | - |
| HSV(B) | 320º | 0.97% | 0.73% | - |
| XYZ | 23.76 | 11.9 | 20.45 | - |
| YUV | 72.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 125 | 0 | 0.97 | 0.32 | 0.27 | 320 | 0.95 | 0.37 |
| Hex | B9 | 5 | 7D | 0 | 61 | 20 | 1B | 140 | 5F | 25 |
| Octal | 271 | 5 | 175 | 0 | 141 | 40 | 33 | 500 | 137 | 45 |
| Binary | 10111001 | 101 | 1111101 | 0 | 1100001 | 100000 | 11011 | 101000000 | 1011111 | 100101 |
Color Harmonies of #B9057D
Complementary color
Monochromatic Colors of #B9057D
Black with #B9057D
Text Example
Text Example
White with #B9057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9057D; }
p { color: rgb(185,5,125); }
H1.HeaderClassName
{
color: #B9057D;
}
.AnyTagClassName
{
color: #B9057D;
}
</style>
background-color css
<style>
a { background-color: #B9057D; }
a { background-color: rgb(185,5,125); }
div.DivClassName
{
background-color: #B9057D;
}
.BgClassName
{
background-color: #B9057D;
}
</style>
border-color css
<style>
span { border-color: #B9057D; }
span { border-color: rgb(185,5,125); }
td.TdClassName
{
border-color: #B9057D;
}
.TagClassName
{
border-color: #B9057D;
}
</style>