Shades of Medium Red Violet #B529A8
Tints of Medium Red Violet #B529A8
RGB
CMYK
RGB Variations
Color information
#B529A8 (or 0xB529A8) is known color: Medium Red Violet. HEX triplet: B5, 29 and A8. RGB value is (181,41,168). Sum of RGB (Red+Green+Blue) = 181+41+168=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B529A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B529A8 is #4AD657. Grayscale: #606060. Windows color (decimal): -4904536 or 11020725. OLE color: 11020725.
HSL color Cylindrical-coordinate representation of color #B529A8: hue angle of 305.57º 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 #B529A8 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 168 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.29 |
| HSL | 305.57º | 0.63% | 0.44% | - |
| HSV(B) | 305.57º | 0.77% | 0.71% | - |
| XYZ | 26.92 | 14.24 | 38.38 | - |
| YUV | 97.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 168 | 0 | 0.77 | 0.07 | 0.29 | 305.57 | 0.63 | 0.44 |
| Hex | B5 | 29 | A8 | 0 | 4D | 7 | 1D | 132 | 3F | 2C |
| Octal | 265 | 51 | 250 | 0 | 115 | 7 | 35 | 462 | 77 | 54 |
| Binary | 10110101 | 101001 | 10101000 | 0 | 1001101 | 111 | 11101 | 100110010 | 111111 | 101100 |
Color Harmonies of #B529A8
Complementary color
Monochromatic Colors of #B529A8
Black with #B529A8
Text Example
Text Example
White with #B529A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529A8; }
p { color: rgb(181,41,168); }
H1.HeaderClassName
{
color: #B529A8;
}
.AnyTagClassName
{
color: #B529A8;
}
</style>
background-color css
<style>
a { background-color: #B529A8; }
a { background-color: rgb(181,41,168); }
div.DivClassName
{
background-color: #B529A8;
}
.BgClassName
{
background-color: #B529A8;
}
</style>
border-color css
<style>
span { border-color: #B529A8; }
span { border-color: rgb(181,41,168); }
td.TdClassName
{
border-color: #B529A8;
}
.TagClassName
{
border-color: #B529A8;
}
</style>