Shades of Medium Red Violet #B529AB
Tints of Medium Red Violet #B529AB
RGB
CMYK
RGB Variations
Color information
#B529AB (or 0xB529AB) is known color: Medium Red Violet. HEX triplet: B5, 29 and AB. RGB value is (181,41,171). Sum of RGB (Red+Green+Blue) = 181+41+171=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B529AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B529AB is #4AD654. Grayscale: #616161. Windows color (decimal): -4904533 or 11217333. OLE color: 11217333.
HSL color Cylindrical-coordinate representation of color #B529AB: hue angle of 304.29º degrees, saturation: 0.63, 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 #B529AB is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 171 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.29 |
| HSL | 304.29º | 0.63% | 0.44% | - |
| HSV(B) | 304.29º | 0.77% | 0.71% | - |
| XYZ | 27.2 | 14.35 | 39.86 | - |
| YUV | 97.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 171 | 0 | 0.77 | 0.06 | 0.29 | 304.29 | 0.63 | 0.44 |
| Hex | B5 | 29 | AB | 0 | 4D | 6 | 1D | 130 | 3F | 2C |
| Octal | 265 | 51 | 253 | 0 | 115 | 6 | 35 | 460 | 77 | 54 |
| Binary | 10110101 | 101001 | 10101011 | 0 | 1001101 | 110 | 11101 | 100110000 | 111111 | 101100 |
Color Harmonies of #B529AB
Complementary color
Monochromatic Colors of #B529AB
Black with #B529AB
Text Example
Text Example
White with #B529AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529AB; }
p { color: rgb(181,41,171); }
H1.HeaderClassName
{
color: #B529AB;
}
.AnyTagClassName
{
color: #B529AB;
}
</style>
background-color css
<style>
a { background-color: #B529AB; }
a { background-color: rgb(181,41,171); }
div.DivClassName
{
background-color: #B529AB;
}
.BgClassName
{
background-color: #B529AB;
}
</style>
border-color css
<style>
span { border-color: #B529AB; }
span { border-color: rgb(181,41,171); }
td.TdClassName
{
border-color: #B529AB;
}
.TagClassName
{
border-color: #B529AB;
}
</style>