Shades of Medium Red Violet #B52785
Tints of Medium Red Violet #B52785
RGB
CMYK
RGB Variations
Color information
#B52785 (or 0xB52785) is known color: Medium Red Violet. HEX triplet: B5, 27 and 85. RGB value is (181,39,133). Sum of RGB (Red+Green+Blue) = 181+39+133=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B52785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52785 is #4AD87A. Grayscale: #5B5B5B. Windows color (decimal): -4905083 or 8726453. OLE color: 8726453.
HSL color Cylindrical-coordinate representation of color #B52785: hue angle of 320.28º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52785 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 133 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.29 |
| HSL | 320.28º | 0.65% | 0.43% | - |
| HSV(B) | 320.28º | 0.78% | 0.71% | - |
| XYZ | 24.02 | 12.97 | 23.43 | - |
| YUV | 92.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 133 | 0 | 0.78 | 0.27 | 0.29 | 320.28 | 0.65 | 0.43 |
| Hex | B5 | 27 | 85 | 0 | 4E | 1B | 1D | 140 | 41 | 2B |
| Octal | 265 | 47 | 205 | 0 | 116 | 33 | 35 | 500 | 101 | 53 |
| Binary | 10110101 | 100111 | 10000101 | 0 | 1001110 | 11011 | 11101 | 101000000 | 1000001 | 101011 |
Color Harmonies of #B52785
Complementary color
Monochromatic Colors of #B52785
Black with #B52785
Text Example
Text Example
White with #B52785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52785; }
p { color: rgb(181,39,133); }
H1.HeaderClassName
{
color: #B52785;
}
.AnyTagClassName
{
color: #B52785;
}
</style>
background-color css
<style>
a { background-color: #B52785; }
a { background-color: rgb(181,39,133); }
div.DivClassName
{
background-color: #B52785;
}
.BgClassName
{
background-color: #B52785;
}
</style>
border-color css
<style>
span { border-color: #B52785; }
span { border-color: rgb(181,39,133); }
td.TdClassName
{
border-color: #B52785;
}
.TagClassName
{
border-color: #B52785;
}
</style>