Shades of Medium Violet Red #B9087D
Tints of Medium Violet Red #B9087D
RGB
CMYK
RGB Variations
Color information
#B9087D (or 0xB9087D) is known color: Medium Violet Red. HEX triplet: B9, 08 and 7D. RGB value is (185,8,125). Sum of RGB (Red+Green+Blue) = 185+8+125=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9087D is #46F782. Grayscale: #494949. Windows color (decimal): -4650883 or 8194233. OLE color: 8194233.
HSL color Cylindrical-coordinate representation of color #B9087D: hue angle of 320.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9087D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.27 |
| HSL | 320.34º | 0.92% | 0.38% | - |
| HSV(B) | 320.34º | 0.96% | 0.73% | - |
| XYZ | 23.8 | 11.97 | 20.46 | - |
| YUV | 74.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 125 | 0 | 0.96 | 0.32 | 0.27 | 320.34 | 0.92 | 0.38 |
| Hex | B9 | 8 | 7D | 0 | 60 | 20 | 1B | 140 | 5C | 26 |
| Octal | 271 | 10 | 175 | 0 | 140 | 40 | 33 | 500 | 134 | 46 |
| Binary | 10111001 | 1000 | 1111101 | 0 | 1100000 | 100000 | 11011 | 101000000 | 1011100 | 100110 |
Color Harmonies of #B9087D
Complementary color
Monochromatic Colors of #B9087D
Black with #B9087D
Text Example
Text Example
White with #B9087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9087D; }
p { color: rgb(185,8,125); }
H1.HeaderClassName
{
color: #B9087D;
}
.AnyTagClassName
{
color: #B9087D;
}
</style>
background-color css
<style>
a { background-color: #B9087D; }
a { background-color: rgb(185,8,125); }
div.DivClassName
{
background-color: #B9087D;
}
.BgClassName
{
background-color: #B9087D;
}
</style>
border-color css
<style>
span { border-color: #B9087D; }
span { border-color: rgb(185,8,125); }
td.TdClassName
{
border-color: #B9087D;
}
.TagClassName
{
border-color: #B9087D;
}
</style>