Shades of Medium Violet Red #B5037C
Tints of Medium Violet Red #B5037C
RGB
CMYK
RGB Variations
Color information
#B5037C (or 0xB5037C) is known color: Medium Violet Red. HEX triplet: B5, 03 and 7C. RGB value is (181,3,124). Sum of RGB (Red+Green+Blue) = 181+3+124=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5037C is #4AFC83. Grayscale: #454545. Windows color (decimal): -4914308 or 8127413. OLE color: 8127413.
HSL color Cylindrical-coordinate representation of color #B5037C: hue angle of 319.21º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5037C is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.29 |
| HSL | 319.21º | 0.97% | 0.36% | - |
| HSV(B) | 319.21º | 0.98% | 0.71% | - |
| XYZ | 22.73 | 11.34 | 20.06 | - |
| YUV | 70.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 124 | 0 | 0.98 | 0.31 | 0.29 | 319.21 | 0.97 | 0.36 |
| Hex | B5 | 3 | 7C | 0 | 62 | 1F | 1D | 13F | 61 | 24 |
| Octal | 265 | 3 | 174 | 0 | 142 | 37 | 35 | 477 | 141 | 44 |
| Binary | 10110101 | 11 | 1111100 | 0 | 1100010 | 11111 | 11101 | 100111111 | 1100001 | 100100 |
Color Harmonies of #B5037C
Complementary color
Monochromatic Colors of #B5037C
Black with #B5037C
Text Example
Text Example
White with #B5037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5037C; }
p { color: rgb(181,3,124); }
H1.HeaderClassName
{
color: #B5037C;
}
.AnyTagClassName
{
color: #B5037C;
}
</style>
background-color css
<style>
a { background-color: #B5037C; }
a { background-color: rgb(181,3,124); }
div.DivClassName
{
background-color: #B5037C;
}
.BgClassName
{
background-color: #B5037C;
}
</style>
border-color css
<style>
span { border-color: #B5037C; }
span { border-color: rgb(181,3,124); }
td.TdClassName
{
border-color: #B5037C;
}
.TagClassName
{
border-color: #B5037C;
}
</style>