Shades of Medium Violet Red #B7119F
Tints of Medium Violet Red #B7119F
RGB
CMYK
RGB Variations
Color information
#B7119F (or 0xB7119F) is known color: Medium Violet Red. HEX triplet: B7, 11 and 9F. RGB value is (183,17,159). Sum of RGB (Red+Green+Blue) = 183+17+159=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7119F is #48EE60. Grayscale: #525252. Windows color (decimal): -4779617 or 10424759. OLE color: 10424759.
HSL color Cylindrical-coordinate representation of color #B7119F: hue angle of 308.67º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7119F is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 159 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.28 |
| HSL | 308.67º | 0.83% | 0.39% | - |
| HSV(B) | 308.67º | 0.91% | 0.72% | - |
| XYZ | 25.99 | 12.97 | 33.93 | - |
| YUV | 82.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 159 | 0 | 0.91 | 0.13 | 0.28 | 308.67 | 0.83 | 0.39 |
| Hex | B7 | 11 | 9F | 0 | 5B | D | 1C | 135 | 53 | 27 |
| Octal | 267 | 21 | 237 | 0 | 133 | 15 | 34 | 465 | 123 | 47 |
| Binary | 10110111 | 10001 | 10011111 | 0 | 1011011 | 1101 | 11100 | 100110101 | 1010011 | 100111 |
Color Harmonies of #B7119F
Complementary color
Monochromatic Colors of #B7119F
Black with #B7119F
Text Example
Text Example
White with #B7119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7119F; }
p { color: rgb(183,17,159); }
H1.HeaderClassName
{
color: #B7119F;
}
.AnyTagClassName
{
color: #B7119F;
}
</style>
background-color css
<style>
a { background-color: #B7119F; }
a { background-color: rgb(183,17,159); }
div.DivClassName
{
background-color: #B7119F;
}
.BgClassName
{
background-color: #B7119F;
}
</style>
border-color css
<style>
span { border-color: #B7119F; }
span { border-color: rgb(183,17,159); }
td.TdClassName
{
border-color: #B7119F;
}
.TagClassName
{
border-color: #B7119F;
}
</style>