Shades of Medium Red Violet #B529AC
Tints of Medium Red Violet #B529AC
RGB
CMYK
RGB Variations
Color information
#B529AC (or 0xB529AC) is known color: Medium Red Violet. HEX triplet: B5, 29 and AC. RGB value is (181,41,172). Sum of RGB (Red+Green+Blue) = 181+41+172=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B529AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B529AC is #4AD653. Grayscale: #616161. Windows color (decimal): -4904532 or 11282869. OLE color: 11282869.
HSL color Cylindrical-coordinate representation of color #B529AC: hue angle of 303.86º 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 #B529AC is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 172 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.29 |
| HSL | 303.86º | 0.63% | 0.44% | - |
| HSV(B) | 303.86º | 0.77% | 0.71% | - |
| XYZ | 27.3 | 14.39 | 40.37 | - |
| YUV | 97.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 172 | 0 | 0.77 | 0.05 | 0.29 | 303.86 | 0.63 | 0.44 |
| Hex | B5 | 29 | AC | 0 | 4D | 5 | 1D | 130 | 3F | 2C |
| Octal | 265 | 51 | 254 | 0 | 115 | 5 | 35 | 460 | 77 | 54 |
| Binary | 10110101 | 101001 | 10101100 | 0 | 1001101 | 101 | 11101 | 100110000 | 111111 | 101100 |
Color Harmonies of #B529AC
Complementary color
Monochromatic Colors of #B529AC
Black with #B529AC
Text Example
Text Example
White with #B529AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529AC; }
p { color: rgb(181,41,172); }
H1.HeaderClassName
{
color: #B529AC;
}
.AnyTagClassName
{
color: #B529AC;
}
</style>
background-color css
<style>
a { background-color: #B529AC; }
a { background-color: rgb(181,41,172); }
div.DivClassName
{
background-color: #B529AC;
}
.BgClassName
{
background-color: #B529AC;
}
</style>
border-color css
<style>
span { border-color: #B529AC; }
span { border-color: rgb(181,41,172); }
td.TdClassName
{
border-color: #B529AC;
}
.TagClassName
{
border-color: #B529AC;
}
</style>