Shades of Medium Violet Red #B7037E
Tints of Medium Violet Red #B7037E
RGB
CMYK
RGB Variations
Color information
#B7037E (or 0xB7037E) is known color: Medium Violet Red. HEX triplet: B7, 03 and 7E. RGB value is (183,3,126). Sum of RGB (Red+Green+Blue) = 183+3+126=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7037E is #48FC81. Grayscale: #464646. Windows color (decimal): -4783234 or 8258487. OLE color: 8258487.
HSL color Cylindrical-coordinate representation of color #B7037E: hue angle of 319º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7037E is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 126 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.28 |
| HSL | 319º | 0.97% | 0.36% | - |
| HSV(B) | 319º | 0.98% | 0.72% | - |
| XYZ | 23.33 | 11.64 | 20.76 | - |
| YUV | 70.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 126 | 0 | 0.98 | 0.31 | 0.28 | 319 | 0.97 | 0.36 |
| Hex | B7 | 3 | 7E | 0 | 62 | 1F | 1C | 13F | 61 | 24 |
| Octal | 267 | 3 | 176 | 0 | 142 | 37 | 34 | 477 | 141 | 44 |
| Binary | 10110111 | 11 | 1111110 | 0 | 1100010 | 11111 | 11100 | 100111111 | 1100001 | 100100 |
Color Harmonies of #B7037E
Complementary color
Monochromatic Colors of #B7037E
Black with #B7037E
Text Example
Text Example
White with #B7037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7037E; }
p { color: rgb(183,3,126); }
H1.HeaderClassName
{
color: #B7037E;
}
.AnyTagClassName
{
color: #B7037E;
}
</style>
background-color css
<style>
a { background-color: #B7037E; }
a { background-color: rgb(183,3,126); }
div.DivClassName
{
background-color: #B7037E;
}
.BgClassName
{
background-color: #B7037E;
}
</style>
border-color css
<style>
span { border-color: #B7037E; }
span { border-color: rgb(183,3,126); }
td.TdClassName
{
border-color: #B7037E;
}
.TagClassName
{
border-color: #B7037E;
}
</style>