Shades of Medium Violet Red #B9079F
Tints of Medium Violet Red #B9079F
RGB
CMYK
RGB Variations
Color information
#B9079F (or 0xB9079F) is known color: Medium Violet Red. HEX triplet: B9, 07 and 9F. RGB value is (185,7,159). Sum of RGB (Red+Green+Blue) = 185+7+159=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9079F is #46F860. Grayscale: #4D4D4D. Windows color (decimal): -4651105 or 10422201. OLE color: 10422201.
HSL color Cylindrical-coordinate representation of color #B9079F: hue angle of 308.76º 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 #B9079F is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.27 |
| HSL | 308.76º | 0.93% | 0.38% | - |
| HSV(B) | 308.76º | 0.96% | 0.73% | - |
| XYZ | 26.34 | 12.97 | 33.92 | - |
| YUV | 77.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 159 | 0 | 0.96 | 0.14 | 0.27 | 308.76 | 0.93 | 0.38 |
| Hex | B9 | 7 | 9F | 0 | 60 | E | 1B | 135 | 5D | 26 |
| Octal | 271 | 7 | 237 | 0 | 140 | 16 | 33 | 465 | 135 | 46 |
| Binary | 10111001 | 111 | 10011111 | 0 | 1100000 | 1110 | 11011 | 100110101 | 1011101 | 100110 |
Color Harmonies of #B9079F
Complementary color
Monochromatic Colors of #B9079F
Black with #B9079F
Text Example
Text Example
White with #B9079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9079F; }
p { color: rgb(185,7,159); }
H1.HeaderClassName
{
color: #B9079F;
}
.AnyTagClassName
{
color: #B9079F;
}
</style>
background-color css
<style>
a { background-color: #B9079F; }
a { background-color: rgb(185,7,159); }
div.DivClassName
{
background-color: #B9079F;
}
.BgClassName
{
background-color: #B9079F;
}
</style>
border-color css
<style>
span { border-color: #B9079F; }
span { border-color: rgb(185,7,159); }
td.TdClassName
{
border-color: #B9079F;
}
.TagClassName
{
border-color: #B9079F;
}
</style>