Shades of Medium Violet Red #B5037B
Tints of Medium Violet Red #B5037B
RGB
CMYK
RGB Variations
Color information
#B5037B (or 0xB5037B) is known color: Medium Violet Red. HEX triplet: B5, 03 and 7B. RGB value is (181,3,123). Sum of RGB (Red+Green+Blue) = 181+3+123=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5037B is #4AFC84. Grayscale: #454545. Windows color (decimal): -4914309 or 8061877. OLE color: 8061877.
HSL color Cylindrical-coordinate representation of color #B5037B: hue angle of 319.55º 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 #B5037B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.29 |
| HSL | 319.55º | 0.97% | 0.36% | - |
| HSV(B) | 319.55º | 0.98% | 0.71% | - |
| XYZ | 22.66 | 11.32 | 19.73 | - |
| YUV | 69.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 123 | 0 | 0.98 | 0.32 | 0.29 | 319.55 | 0.97 | 0.36 |
| Hex | B5 | 3 | 7B | 0 | 62 | 20 | 1D | 140 | 61 | 24 |
| Octal | 265 | 3 | 173 | 0 | 142 | 40 | 35 | 500 | 141 | 44 |
| Binary | 10110101 | 11 | 1111011 | 0 | 1100010 | 100000 | 11101 | 101000000 | 1100001 | 100100 |
Color Harmonies of #B5037B
Complementary color
Monochromatic Colors of #B5037B
Black with #B5037B
Text Example
Text Example
White with #B5037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5037B; }
p { color: rgb(181,3,123); }
H1.HeaderClassName
{
color: #B5037B;
}
.AnyTagClassName
{
color: #B5037B;
}
</style>
background-color css
<style>
a { background-color: #B5037B; }
a { background-color: rgb(181,3,123); }
div.DivClassName
{
background-color: #B5037B;
}
.BgClassName
{
background-color: #B5037B;
}
</style>
border-color css
<style>
span { border-color: #B5037B; }
span { border-color: rgb(181,3,123); }
td.TdClassName
{
border-color: #B5037B;
}
.TagClassName
{
border-color: #B5037B;
}
</style>