Shades of Medium Red Violet #B52AAB
Tints of Medium Red Violet #B52AAB
RGB
CMYK
RGB Variations
Color information
#B52AAB (or 0xB52AAB) is known color: Medium Red Violet. HEX triplet: B5, 2A and AB. RGB value is (181,42,171). Sum of RGB (Red+Green+Blue) = 181+42+171=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AAB is #4AD554. Grayscale: #616161. Windows color (decimal): -4904277 or 11217589. OLE color: 11217589.
HSL color Cylindrical-coordinate representation of color #B52AAB: hue angle of 304.32º 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 #B52AAB is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 171 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.29 |
| HSL | 304.32º | 0.62% | 0.44% | - |
| HSV(B) | 304.32º | 0.77% | 0.71% | - |
| XYZ | 27.23 | 14.42 | 39.88 | - |
| YUV | 98.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 171 | 0 | 0.77 | 0.06 | 0.29 | 304.32 | 0.62 | 0.44 |
| Hex | B5 | 2A | AB | 0 | 4D | 6 | 1D | 130 | 3E | 2C |
| Octal | 265 | 52 | 253 | 0 | 115 | 6 | 35 | 460 | 76 | 54 |
| Binary | 10110101 | 101010 | 10101011 | 0 | 1001101 | 110 | 11101 | 100110000 | 111110 | 101100 |
Color Harmonies of #B52AAB
Complementary color
Monochromatic Colors of #B52AAB
Black with #B52AAB
Text Example
Text Example
White with #B52AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52AAB; }
p { color: rgb(181,42,171); }
H1.HeaderClassName
{
color: #B52AAB;
}
.AnyTagClassName
{
color: #B52AAB;
}
</style>
background-color css
<style>
a { background-color: #B52AAB; }
a { background-color: rgb(181,42,171); }
div.DivClassName
{
background-color: #B52AAB;
}
.BgClassName
{
background-color: #B52AAB;
}
</style>
border-color css
<style>
span { border-color: #B52AAB; }
span { border-color: rgb(181,42,171); }
td.TdClassName
{
border-color: #B52AAB;
}
.TagClassName
{
border-color: #B52AAB;
}
</style>