Shades of Medium Red Violet #B52185
Tints of Medium Red Violet #B52185
RGB
CMYK
RGB Variations
Color information
#B52185 (or 0xB52185) is known color: Medium Red Violet. HEX triplet: B5, 21 and 85. RGB value is (181,33,133). Sum of RGB (Red+Green+Blue) = 181+33+133=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B52185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52185 is #4ADE7A. Grayscale: #585858. Windows color (decimal): -4906619 or 8724917. OLE color: 8724917.
HSL color Cylindrical-coordinate representation of color #B52185: hue angle of 319.46º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52185 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 133 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.29 |
| HSL | 319.46º | 0.69% | 0.42% | - |
| HSV(B) | 319.46º | 0.82% | 0.71% | - |
| XYZ | 23.83 | 12.6 | 23.37 | - |
| YUV | 88.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 133 | 0 | 0.82 | 0.27 | 0.29 | 319.46 | 0.69 | 0.42 |
| Hex | B5 | 21 | 85 | 0 | 52 | 1B | 1D | 13F | 45 | 2A |
| Octal | 265 | 41 | 205 | 0 | 122 | 33 | 35 | 477 | 105 | 52 |
| Binary | 10110101 | 100001 | 10000101 | 0 | 1010010 | 11011 | 11101 | 100111111 | 1000101 | 101010 |
Color Harmonies of #B52185
Complementary color
Monochromatic Colors of #B52185
Black with #B52185
Text Example
Text Example
White with #B52185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52185; }
p { color: rgb(181,33,133); }
H1.HeaderClassName
{
color: #B52185;
}
.AnyTagClassName
{
color: #B52185;
}
</style>
background-color css
<style>
a { background-color: #B52185; }
a { background-color: rgb(181,33,133); }
div.DivClassName
{
background-color: #B52185;
}
.BgClassName
{
background-color: #B52185;
}
</style>
border-color css
<style>
span { border-color: #B52185; }
span { border-color: rgb(181,33,133); }
td.TdClassName
{
border-color: #B52185;
}
.TagClassName
{
border-color: #B52185;
}
</style>