Shades of Medium Red Violet #B52DA1
Tints of Medium Red Violet #B52DA1
RGB
CMYK
RGB Variations
Color information
#B52DA1 (or 0xB52DA1) is known color: Medium Red Violet. HEX triplet: B5, 2D and A1. RGB value is (181,45,161). Sum of RGB (Red+Green+Blue) = 181+45+161=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B52DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52DA1 is #4AD25E. Grayscale: #626262. Windows color (decimal): -4903519 or 10562997. OLE color: 10562997.
HSL color Cylindrical-coordinate representation of color #B52DA1: hue angle of 308.82º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52DA1 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 161 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.29 |
| HSL | 308.82º | 0.6% | 0.44% | - |
| HSV(B) | 308.82º | 0.75% | 0.71% | - |
| XYZ | 26.43 | 14.27 | 35.08 | - |
| YUV | 98.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 161 | 0 | 0.75 | 0.11 | 0.29 | 308.82 | 0.6 | 0.44 |
| Hex | B5 | 2D | A1 | 0 | 4B | B | 1D | 135 | 3C | 2C |
| Octal | 265 | 55 | 241 | 0 | 113 | 13 | 35 | 465 | 74 | 54 |
| Binary | 10110101 | 101101 | 10100001 | 0 | 1001011 | 1011 | 11101 | 100110101 | 111100 | 101100 |
Color Harmonies of #B52DA1
Complementary color
Monochromatic Colors of #B52DA1
Black with #B52DA1
Text Example
Text Example
White with #B52DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DA1; }
p { color: rgb(181,45,161); }
H1.HeaderClassName
{
color: #B52DA1;
}
.AnyTagClassName
{
color: #B52DA1;
}
</style>
background-color css
<style>
a { background-color: #B52DA1; }
a { background-color: rgb(181,45,161); }
div.DivClassName
{
background-color: #B52DA1;
}
.BgClassName
{
background-color: #B52DA1;
}
</style>
border-color css
<style>
span { border-color: #B52DA1; }
span { border-color: rgb(181,45,161); }
td.TdClassName
{
border-color: #B52DA1;
}
.TagClassName
{
border-color: #B52DA1;
}
</style>