Shades of Medium Violet Red #B7059D
Tints of Medium Violet Red #B7059D
RGB
CMYK
RGB Variations
Color information
#B7059D (or 0xB7059D) is known color: Medium Violet Red. HEX triplet: B7, 05 and 9D. RGB value is (183,5,157). Sum of RGB (Red+Green+Blue) = 183+5+157=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7059D is #48FA62. Grayscale: #4B4B4B. Windows color (decimal): -4782691 or 10290615. OLE color: 10290615.
HSL color Cylindrical-coordinate representation of color #B7059D: hue angle of 308.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7059D is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.28 |
| HSL | 308.76º | 0.95% | 0.37% | - |
| HSV(B) | 308.76º | 0.97% | 0.72% | - |
| XYZ | 25.67 | 12.61 | 32.98 | - |
| YUV | 75.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 157 | 0 | 0.97 | 0.14 | 0.28 | 308.76 | 0.95 | 0.37 |
| Hex | B7 | 5 | 9D | 0 | 61 | E | 1C | 135 | 5F | 25 |
| Octal | 267 | 5 | 235 | 0 | 141 | 16 | 34 | 465 | 137 | 45 |
| Binary | 10110111 | 101 | 10011101 | 0 | 1100001 | 1110 | 11100 | 100110101 | 1011111 | 100101 |
Color Harmonies of #B7059D
Complementary color
Monochromatic Colors of #B7059D
Black with #B7059D
Text Example
Text Example
White with #B7059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7059D; }
p { color: rgb(183,5,157); }
H1.HeaderClassName
{
color: #B7059D;
}
.AnyTagClassName
{
color: #B7059D;
}
</style>
background-color css
<style>
a { background-color: #B7059D; }
a { background-color: rgb(183,5,157); }
div.DivClassName
{
background-color: #B7059D;
}
.BgClassName
{
background-color: #B7059D;
}
</style>
border-color css
<style>
span { border-color: #B7059D; }
span { border-color: rgb(183,5,157); }
td.TdClassName
{
border-color: #B7059D;
}
.TagClassName
{
border-color: #B7059D;
}
</style>