Shades of Medium Violet Red #B7049F
Tints of Medium Violet Red #B7049F
RGB
CMYK
RGB Variations
Color information
#B7049F (or 0xB7049F) is known color: Medium Violet Red. HEX triplet: B7, 04 and 9F. RGB value is (183,4,159). Sum of RGB (Red+Green+Blue) = 183+4+159=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7049F is #48FB60. Grayscale: #4A4A4A. Windows color (decimal): -4782945 or 10421431. OLE color: 10421431.
HSL color Cylindrical-coordinate representation of color #B7049F: hue angle of 308.04º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7049F is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.28 |
| HSL | 308.04º | 0.96% | 0.37% | - |
| HSV(B) | 308.04º | 0.98% | 0.72% | - |
| XYZ | 25.83 | 12.66 | 33.88 | - |
| YUV | 75.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 159 | 0 | 0.98 | 0.13 | 0.28 | 308.04 | 0.96 | 0.37 |
| Hex | B7 | 4 | 9F | 0 | 62 | D | 1C | 134 | 60 | 25 |
| Octal | 267 | 4 | 237 | 0 | 142 | 15 | 34 | 464 | 140 | 45 |
| Binary | 10110111 | 100 | 10011111 | 0 | 1100010 | 1101 | 11100 | 100110100 | 1100000 | 100101 |
Color Harmonies of #B7049F
Complementary color
Monochromatic Colors of #B7049F
Black with #B7049F
Text Example
Text Example
White with #B7049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7049F; }
p { color: rgb(183,4,159); }
H1.HeaderClassName
{
color: #B7049F;
}
.AnyTagClassName
{
color: #B7049F;
}
</style>
background-color css
<style>
a { background-color: #B7049F; }
a { background-color: rgb(183,4,159); }
div.DivClassName
{
background-color: #B7049F;
}
.BgClassName
{
background-color: #B7049F;
}
</style>
border-color css
<style>
span { border-color: #B7049F; }
span { border-color: rgb(183,4,159); }
td.TdClassName
{
border-color: #B7049F;
}
.TagClassName
{
border-color: #B7049F;
}
</style>