Shades of Medium Red Violet #B52A81
Tints of Medium Red Violet #B52A81
RGB
CMYK
RGB Variations
Color information
#B52A81 (or 0xB52A81) is known color: Medium Red Violet. HEX triplet: B5, 2A and 81. RGB value is (181,42,129). Sum of RGB (Red+Green+Blue) = 181+42+129=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52A81 is #4AD57E. Grayscale: #5D5D5D. Windows color (decimal): -4904319 or 8465077. OLE color: 8465077.
HSL color Cylindrical-coordinate representation of color #B52A81: hue angle of 322.45º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A81 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 129 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.29 |
| HSL | 322.45º | 0.62% | 0.44% | - |
| HSV(B) | 322.45º | 0.77% | 0.71% | - |
| XYZ | 23.85 | 13.06 | 22.03 | - |
| YUV | 93.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 129 | 0 | 0.77 | 0.29 | 0.29 | 322.45 | 0.62 | 0.44 |
| Hex | B5 | 2A | 81 | 0 | 4D | 1D | 1D | 142 | 3E | 2C |
| Octal | 265 | 52 | 201 | 0 | 115 | 35 | 35 | 502 | 76 | 54 |
| Binary | 10110101 | 101010 | 10000001 | 0 | 1001101 | 11101 | 11101 | 101000010 | 111110 | 101100 |
Color Harmonies of #B52A81
Complementary color
Monochromatic Colors of #B52A81
Black with #B52A81
Text Example
Text Example
White with #B52A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A81; }
p { color: rgb(181,42,129); }
H1.HeaderClassName
{
color: #B52A81;
}
.AnyTagClassName
{
color: #B52A81;
}
</style>
background-color css
<style>
a { background-color: #B52A81; }
a { background-color: rgb(181,42,129); }
div.DivClassName
{
background-color: #B52A81;
}
.BgClassName
{
background-color: #B52A81;
}
</style>
border-color css
<style>
span { border-color: #B52A81; }
span { border-color: rgb(181,42,129); }
td.TdClassName
{
border-color: #B52A81;
}
.TagClassName
{
border-color: #B52A81;
}
</style>