Shades of Medium Violet Red #B9077B
Tints of Medium Violet Red #B9077B
RGB
CMYK
RGB Variations
Color information
#B9077B (or 0xB9077B) is known color: Medium Violet Red. HEX triplet: B9, 07 and 7B. RGB value is (185,7,123). Sum of RGB (Red+Green+Blue) = 185+7+123=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9077B is #46F884. Grayscale: #494949. Windows color (decimal): -4651141 or 8062905. OLE color: 8062905.
HSL color Cylindrical-coordinate representation of color #B9077B: hue angle of 320.9º degrees, saturation: 0.93, 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 #B9077B is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.27 |
| HSL | 320.9º | 0.93% | 0.38% | - |
| HSV(B) | 320.9º | 0.96% | 0.73% | - |
| XYZ | 23.66 | 11.9 | 19.79 | - |
| YUV | 73.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 123 | 0 | 0.96 | 0.34 | 0.27 | 320.9 | 0.93 | 0.38 |
| Hex | B9 | 7 | 7B | 0 | 60 | 22 | 1B | 141 | 5D | 26 |
| Octal | 271 | 7 | 173 | 0 | 140 | 42 | 33 | 501 | 135 | 46 |
| Binary | 10111001 | 111 | 1111011 | 0 | 1100000 | 100010 | 11011 | 101000001 | 1011101 | 100110 |
Color Harmonies of #B9077B
Complementary color
Monochromatic Colors of #B9077B
Black with #B9077B
Text Example
Text Example
White with #B9077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9077B; }
p { color: rgb(185,7,123); }
H1.HeaderClassName
{
color: #B9077B;
}
.AnyTagClassName
{
color: #B9077B;
}
</style>
background-color css
<style>
a { background-color: #B9077B; }
a { background-color: rgb(185,7,123); }
div.DivClassName
{
background-color: #B9077B;
}
.BgClassName
{
background-color: #B9077B;
}
</style>
border-color css
<style>
span { border-color: #B9077B; }
span { border-color: rgb(185,7,123); }
td.TdClassName
{
border-color: #B9077B;
}
.TagClassName
{
border-color: #B9077B;
}
</style>