Shades of Medium Red Violet #B52DAA
Tints of Medium Red Violet #B52DAA
RGB
CMYK
RGB Variations
Color information
#B52DAA (or 0xB52DAA) is known color: Medium Red Violet. HEX triplet: B5, 2D and AA. RGB value is (181,45,170). Sum of RGB (Red+Green+Blue) = 181+45+170=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B52DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52DAA is #4AD255. Grayscale: #636363. Windows color (decimal): -4903510 or 11152821. OLE color: 11152821.
HSL color Cylindrical-coordinate representation of color #B52DAA: hue angle of 304.85º 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 #B52DAA is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 170 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.29 |
| HSL | 304.85º | 0.6% | 0.44% | - |
| HSV(B) | 304.85º | 0.75% | 0.71% | - |
| XYZ | 27.25 | 14.6 | 39.41 | - |
| YUV | 99.91 | 167.56 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 170 | 0 | 0.75 | 0.06 | 0.29 | 304.85 | 0.6 | 0.44 |
| Hex | B5 | 2D | AA | 0 | 4B | 6 | 1D | 131 | 3C | 2C |
| Octal | 265 | 55 | 252 | 0 | 113 | 6 | 35 | 461 | 74 | 54 |
| Binary | 10110101 | 101101 | 10101010 | 0 | 1001011 | 110 | 11101 | 100110001 | 111100 | 101100 |
Color Harmonies of #B52DAA
Complementary color
Monochromatic Colors of #B52DAA
Black with #B52DAA
Text Example
Text Example
White with #B52DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DAA; }
p { color: rgb(181,45,170); }
H1.HeaderClassName
{
color: #B52DAA;
}
.AnyTagClassName
{
color: #B52DAA;
}
</style>
background-color css
<style>
a { background-color: #B52DAA; }
a { background-color: rgb(181,45,170); }
div.DivClassName
{
background-color: #B52DAA;
}
.BgClassName
{
background-color: #B52DAA;
}
</style>
border-color css
<style>
span { border-color: #B52DAA; }
span { border-color: rgb(181,45,170); }
td.TdClassName
{
border-color: #B52DAA;
}
.TagClassName
{
border-color: #B52DAA;
}
</style>