Shades of Medium Red Violet #B52DA0
Tints of Medium Red Violet #B52DA0
RGB
CMYK
RGB Variations
Color information
#B52DA0 (or 0xB52DA0) is known color: Medium Red Violet. HEX triplet: B5, 2D and A0. RGB value is (181,45,160). Sum of RGB (Red+Green+Blue) = 181+45+160=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B52DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52DA0 is #4AD25F. Grayscale: #626262. Windows color (decimal): -4903520 or 10497461. OLE color: 10497461.
HSL color Cylindrical-coordinate representation of color #B52DA0: hue angle of 309.26º 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 #B52DA0 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 160 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.29 |
| HSL | 309.26º | 0.6% | 0.44% | - |
| HSV(B) | 309.26º | 0.75% | 0.71% | - |
| XYZ | 26.34 | 14.24 | 34.62 | - |
| YUV | 98.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 160 | 0 | 0.75 | 0.12 | 0.29 | 309.26 | 0.6 | 0.44 |
| Hex | B5 | 2D | A0 | 0 | 4B | C | 1D | 135 | 3C | 2C |
| Octal | 265 | 55 | 240 | 0 | 113 | 14 | 35 | 465 | 74 | 54 |
| Binary | 10110101 | 101101 | 10100000 | 0 | 1001011 | 1100 | 11101 | 100110101 | 111100 | 101100 |
Color Harmonies of #B52DA0
Complementary color
Monochromatic Colors of #B52DA0
Black with #B52DA0
Text Example
Text Example
White with #B52DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DA0; }
p { color: rgb(181,45,160); }
H1.HeaderClassName
{
color: #B52DA0;
}
.AnyTagClassName
{
color: #B52DA0;
}
</style>
background-color css
<style>
a { background-color: #B52DA0; }
a { background-color: rgb(181,45,160); }
div.DivClassName
{
background-color: #B52DA0;
}
.BgClassName
{
background-color: #B52DA0;
}
</style>
border-color css
<style>
span { border-color: #B52DA0; }
span { border-color: rgb(181,45,160); }
td.TdClassName
{
border-color: #B52DA0;
}
.TagClassName
{
border-color: #B52DA0;
}
</style>