Shades of Medium Violet Red #B9087C
Tints of Medium Violet Red #B9087C
RGB
CMYK
RGB Variations
Color information
#B9087C (or 0xB9087C) is known color: Medium Violet Red. HEX triplet: B9, 08 and 7C. RGB value is (185,8,124). Sum of RGB (Red+Green+Blue) = 185+8+124=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9087C is #46F783. Grayscale: #494949. Windows color (decimal): -4650884 or 8128697. OLE color: 8128697.
HSL color Cylindrical-coordinate representation of color #B9087C: hue angle of 320.68º 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 #B9087C is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 124 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.27 |
| HSL | 320.68º | 0.92% | 0.38% | - |
| HSV(B) | 320.68º | 0.96% | 0.73% | - |
| XYZ | 23.73 | 11.94 | 20.12 | - |
| YUV | 74.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 124 | 0 | 0.96 | 0.33 | 0.27 | 320.68 | 0.92 | 0.38 |
| Hex | B9 | 8 | 7C | 0 | 60 | 21 | 1B | 141 | 5C | 26 |
| Octal | 271 | 10 | 174 | 0 | 140 | 41 | 33 | 501 | 134 | 46 |
| Binary | 10111001 | 1000 | 1111100 | 0 | 1100000 | 100001 | 11011 | 101000001 | 1011100 | 100110 |
Color Harmonies of #B9087C
Complementary color
Monochromatic Colors of #B9087C
Black with #B9087C
Text Example
Text Example
White with #B9087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9087C; }
p { color: rgb(185,8,124); }
H1.HeaderClassName
{
color: #B9087C;
}
.AnyTagClassName
{
color: #B9087C;
}
</style>
background-color css
<style>
a { background-color: #B9087C; }
a { background-color: rgb(185,8,124); }
div.DivClassName
{
background-color: #B9087C;
}
.BgClassName
{
background-color: #B9087C;
}
</style>
border-color css
<style>
span { border-color: #B9087C; }
span { border-color: rgb(185,8,124); }
td.TdClassName
{
border-color: #B9087C;
}
.TagClassName
{
border-color: #B9087C;
}
</style>