Shades of Medium Red Violet #B52A82
Tints of Medium Red Violet #B52A82
RGB
CMYK
RGB Variations
Color information
#B52A82 (or 0xB52A82) is known color: Medium Red Violet. HEX triplet: B5, 2A and 82. RGB value is (181,42,130). Sum of RGB (Red+Green+Blue) = 181+42+130=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52A82 is #4AD57D. Grayscale: #5D5D5D. Windows color (decimal): -4904318 or 8530613. OLE color: 8530613.
HSL color Cylindrical-coordinate representation of color #B52A82: hue angle of 322.01º 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 #B52A82 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 130 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.29 |
| HSL | 322.01º | 0.62% | 0.44% | - |
| HSV(B) | 322.01º | 0.77% | 0.71% | - |
| XYZ | 23.91 | 13.09 | 22.39 | - |
| YUV | 93.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 130 | 0 | 0.77 | 0.28 | 0.29 | 322.01 | 0.62 | 0.44 |
| Hex | B5 | 2A | 82 | 0 | 4D | 1C | 1D | 142 | 3E | 2C |
| Octal | 265 | 52 | 202 | 0 | 115 | 34 | 35 | 502 | 76 | 54 |
| Binary | 10110101 | 101010 | 10000010 | 0 | 1001101 | 11100 | 11101 | 101000010 | 111110 | 101100 |
Color Harmonies of #B52A82
Complementary color
Monochromatic Colors of #B52A82
Black with #B52A82
Text Example
Text Example
White with #B52A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A82; }
p { color: rgb(181,42,130); }
H1.HeaderClassName
{
color: #B52A82;
}
.AnyTagClassName
{
color: #B52A82;
}
</style>
background-color css
<style>
a { background-color: #B52A82; }
a { background-color: rgb(181,42,130); }
div.DivClassName
{
background-color: #B52A82;
}
.BgClassName
{
background-color: #B52A82;
}
</style>
border-color css
<style>
span { border-color: #B52A82; }
span { border-color: rgb(181,42,130); }
td.TdClassName
{
border-color: #B52A82;
}
.TagClassName
{
border-color: #B52A82;
}
</style>