Shades of Medium Violet Red #B7159D
Tints of Medium Violet Red #B7159D
RGB
CMYK
RGB Variations
Color information
#B7159D (or 0xB7159D) is known color: Medium Violet Red. HEX triplet: B7, 15 and 9D. RGB value is (183,21,157). Sum of RGB (Red+Green+Blue) = 183+21+157=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7159D is #48EA62. Grayscale: #545454. Windows color (decimal): -4778595 or 10294711. OLE color: 10294711.
HSL color Cylindrical-coordinate representation of color #B7159D: hue angle of 309.63º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7159D is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 157 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.28 |
| HSL | 309.63º | 0.79% | 0.4% | - |
| HSV(B) | 309.63º | 0.89% | 0.72% | - |
| XYZ | 25.88 | 13.04 | 33.05 | - |
| YUV | 84.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 157 | 0 | 0.89 | 0.14 | 0.28 | 309.63 | 0.79 | 0.4 |
| Hex | B7 | 15 | 9D | 0 | 59 | E | 1C | 136 | 4F | 28 |
| Octal | 267 | 25 | 235 | 0 | 131 | 16 | 34 | 466 | 117 | 50 |
| Binary | 10110111 | 10101 | 10011101 | 0 | 1011001 | 1110 | 11100 | 100110110 | 1001111 | 101000 |
Color Harmonies of #B7159D
Complementary color
Monochromatic Colors of #B7159D
Black with #B7159D
Text Example
Text Example
White with #B7159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7159D; }
p { color: rgb(183,21,157); }
H1.HeaderClassName
{
color: #B7159D;
}
.AnyTagClassName
{
color: #B7159D;
}
</style>
background-color css
<style>
a { background-color: #B7159D; }
a { background-color: rgb(183,21,157); }
div.DivClassName
{
background-color: #B7159D;
}
.BgClassName
{
background-color: #B7159D;
}
</style>
border-color css
<style>
span { border-color: #B7159D; }
span { border-color: rgb(183,21,157); }
td.TdClassName
{
border-color: #B7159D;
}
.TagClassName
{
border-color: #B7159D;
}
</style>