Shades of Medium Violet Red #B7159E
Tints of Medium Violet Red #B7159E
RGB
CMYK
RGB Variations
Color information
#B7159E (or 0xB7159E) is known color: Medium Violet Red. HEX triplet: B7, 15 and 9E. RGB value is (183,21,158). Sum of RGB (Red+Green+Blue) = 183+21+158=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7159E is #48EA61. Grayscale: #545454. Windows color (decimal): -4778594 or 10360247. OLE color: 10360247.
HSL color Cylindrical-coordinate representation of color #B7159E: hue angle of 309.26º 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 #B7159E is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 158 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.28 |
| HSL | 309.26º | 0.79% | 0.4% | - |
| HSV(B) | 309.26º | 0.89% | 0.72% | - |
| XYZ | 25.97 | 13.07 | 33.5 | - |
| YUV | 85.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 158 | 0 | 0.89 | 0.14 | 0.28 | 309.26 | 0.79 | 0.4 |
| Hex | B7 | 15 | 9E | 0 | 59 | E | 1C | 135 | 4F | 28 |
| Octal | 267 | 25 | 236 | 0 | 131 | 16 | 34 | 465 | 117 | 50 |
| Binary | 10110111 | 10101 | 10011110 | 0 | 1011001 | 1110 | 11100 | 100110101 | 1001111 | 101000 |
Color Harmonies of #B7159E
Complementary color
Monochromatic Colors of #B7159E
Black with #B7159E
Text Example
Text Example
White with #B7159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7159E; }
p { color: rgb(183,21,158); }
H1.HeaderClassName
{
color: #B7159E;
}
.AnyTagClassName
{
color: #B7159E;
}
</style>
background-color css
<style>
a { background-color: #B7159E; }
a { background-color: rgb(183,21,158); }
div.DivClassName
{
background-color: #B7159E;
}
.BgClassName
{
background-color: #B7159E;
}
</style>
border-color css
<style>
span { border-color: #B7159E; }
span { border-color: rgb(183,21,158); }
td.TdClassName
{
border-color: #B7159E;
}
.TagClassName
{
border-color: #B7159E;
}
</style>