Shades of Medium Red Violet #B53472
Tints of Medium Red Violet #B53472
RGB
CMYK
RGB Variations
Color information
#B53472 (or 0xB53472) is known color: Medium Red Violet. HEX triplet: B5, 34 and 72. RGB value is (181,52,114). Sum of RGB (Red+Green+Blue) = 181+52+114=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B53472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53472 is #4ACB8D. Grayscale: #616161. Windows color (decimal): -4901774 or 7484597. OLE color: 7484597.
HSL color Cylindrical-coordinate representation of color #B53472: hue angle of 331.16º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53472 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 114 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.29 |
| HSL | 331.16º | 0.55% | 0.46% | - |
| HSV(B) | 331.16º | 0.71% | 0.71% | - |
| XYZ | 23.32 | 13.49 | 17.3 | - |
| YUV | 97.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 114 | 0 | 0.71 | 0.37 | 0.29 | 331.16 | 0.55 | 0.46 |
| Hex | B5 | 34 | 72 | 0 | 47 | 25 | 1D | 14B | 37 | 2E |
| Octal | 265 | 64 | 162 | 0 | 107 | 45 | 35 | 513 | 67 | 56 |
| Binary | 10110101 | 110100 | 1110010 | 0 | 1000111 | 100101 | 11101 | 101001011 | 110111 | 101110 |
Color Harmonies of #B53472
Complementary color
Monochromatic Colors of #B53472
Black with #B53472
Text Example
Text Example
White with #B53472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53472; }
p { color: rgb(181,52,114); }
H1.HeaderClassName
{
color: #B53472;
}
.AnyTagClassName
{
color: #B53472;
}
</style>
background-color css
<style>
a { background-color: #B53472; }
a { background-color: rgb(181,52,114); }
div.DivClassName
{
background-color: #B53472;
}
.BgClassName
{
background-color: #B53472;
}
</style>
border-color css
<style>
span { border-color: #B53472; }
span { border-color: rgb(181,52,114); }
td.TdClassName
{
border-color: #B53472;
}
.TagClassName
{
border-color: #B53472;
}
</style>