Shades of Medium Violet Red #B9079D
Tints of Medium Violet Red #B9079D
RGB
CMYK
RGB Variations
Color information
#B9079D (or 0xB9079D) is known color: Medium Violet Red. HEX triplet: B9, 07 and 9D. RGB value is (185,7,157). Sum of RGB (Red+Green+Blue) = 185+7+157=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9079D is #46F862. Grayscale: #4C4C4C. Windows color (decimal): -4651107 or 10291129. OLE color: 10291129.
HSL color Cylindrical-coordinate representation of color #B9079D: hue angle of 309.44º 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 #B9079D is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.27 |
| HSL | 309.44º | 0.93% | 0.38% | - |
| HSV(B) | 309.44º | 0.96% | 0.73% | - |
| XYZ | 26.17 | 12.9 | 33.01 | - |
| YUV | 77.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 157 | 0 | 0.96 | 0.15 | 0.27 | 309.44 | 0.93 | 0.38 |
| Hex | B9 | 7 | 9D | 0 | 60 | F | 1B | 135 | 5D | 26 |
| Octal | 271 | 7 | 235 | 0 | 140 | 17 | 33 | 465 | 135 | 46 |
| Binary | 10111001 | 111 | 10011101 | 0 | 1100000 | 1111 | 11011 | 100110101 | 1011101 | 100110 |
Color Harmonies of #B9079D
Complementary color
Monochromatic Colors of #B9079D
Black with #B9079D
Text Example
Text Example
White with #B9079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9079D; }
p { color: rgb(185,7,157); }
H1.HeaderClassName
{
color: #B9079D;
}
.AnyTagClassName
{
color: #B9079D;
}
</style>
background-color css
<style>
a { background-color: #B9079D; }
a { background-color: rgb(185,7,157); }
div.DivClassName
{
background-color: #B9079D;
}
.BgClassName
{
background-color: #B9079D;
}
</style>
border-color css
<style>
span { border-color: #B9079D; }
span { border-color: rgb(185,7,157); }
td.TdClassName
{
border-color: #B9079D;
}
.TagClassName
{
border-color: #B9079D;
}
</style>