Shades of Medium Violet Red #B7139C
Tints of Medium Violet Red #B7139C
RGB
CMYK
RGB Variations
Color information
#B7139C (or 0xB7139C) is known color: Medium Violet Red. HEX triplet: B7, 13 and 9C. RGB value is (183,19,156). Sum of RGB (Red+Green+Blue) = 183+19+156=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7139C is #48EC63. Grayscale: #535353. Windows color (decimal): -4779108 or 10228663. OLE color: 10228663.
HSL color Cylindrical-coordinate representation of color #B7139C: hue angle of 309.88º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7139C is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 156 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.28 |
| HSL | 309.88º | 0.81% | 0.4% | - |
| HSV(B) | 309.88º | 0.9% | 0.72% | - |
| XYZ | 25.76 | 12.93 | 32.59 | - |
| YUV | 83.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 156 | 0 | 0.90 | 0.15 | 0.28 | 309.88 | 0.81 | 0.4 |
| Hex | B7 | 13 | 9C | 0 | 5A | F | 1C | 136 | 51 | 28 |
| Octal | 267 | 23 | 234 | 0 | 132 | 17 | 34 | 466 | 121 | 50 |
| Binary | 10110111 | 10011 | 10011100 | 0 | 1011010 | 1111 | 11100 | 100110110 | 1010001 | 101000 |
Color Harmonies of #B7139C
Complementary color
Monochromatic Colors of #B7139C
Black with #B7139C
Text Example
Text Example
White with #B7139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7139C; }
p { color: rgb(183,19,156); }
H1.HeaderClassName
{
color: #B7139C;
}
.AnyTagClassName
{
color: #B7139C;
}
</style>
background-color css
<style>
a { background-color: #B7139C; }
a { background-color: rgb(183,19,156); }
div.DivClassName
{
background-color: #B7139C;
}
.BgClassName
{
background-color: #B7139C;
}
</style>
border-color css
<style>
span { border-color: #B7139C; }
span { border-color: rgb(183,19,156); }
td.TdClassName
{
border-color: #B7139C;
}
.TagClassName
{
border-color: #B7139C;
}
</style>