Shades of Medium Red Violet #B52881
Tints of Medium Red Violet #B52881
RGB
CMYK
RGB Variations
Color information
#B52881 (or 0xB52881) is known color: Medium Red Violet. HEX triplet: B5, 28 and 81. RGB value is (181,40,129). Sum of RGB (Red+Green+Blue) = 181+40+129=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B52881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52881 is #4AD77E. Grayscale: #5C5C5C. Windows color (decimal): -4904831 or 8464565. OLE color: 8464565.
HSL color Cylindrical-coordinate representation of color #B52881: hue angle of 322.13º degrees, saturation: 0.64, 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 #B52881 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 129 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.29 |
| HSL | 322.13º | 0.64% | 0.43% | - |
| HSV(B) | 322.13º | 0.78% | 0.71% | - |
| XYZ | 23.78 | 12.93 | 22.01 | - |
| YUV | 92.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 129 | 0 | 0.78 | 0.29 | 0.29 | 322.13 | 0.64 | 0.43 |
| Hex | B5 | 28 | 81 | 0 | 4E | 1D | 1D | 142 | 40 | 2B |
| Octal | 265 | 50 | 201 | 0 | 116 | 35 | 35 | 502 | 100 | 53 |
| Binary | 10110101 | 101000 | 10000001 | 0 | 1001110 | 11101 | 11101 | 101000010 | 1000000 | 101011 |
Color Harmonies of #B52881
Complementary color
Monochromatic Colors of #B52881
Black with #B52881
Text Example
Text Example
White with #B52881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52881; }
p { color: rgb(181,40,129); }
H1.HeaderClassName
{
color: #B52881;
}
.AnyTagClassName
{
color: #B52881;
}
</style>
background-color css
<style>
a { background-color: #B52881; }
a { background-color: rgb(181,40,129); }
div.DivClassName
{
background-color: #B52881;
}
.BgClassName
{
background-color: #B52881;
}
</style>
border-color css
<style>
span { border-color: #B52881; }
span { border-color: rgb(181,40,129); }
td.TdClassName
{
border-color: #B52881;
}
.TagClassName
{
border-color: #B52881;
}
</style>