Shades of Medium Red Violet #B539A3
Tints of Medium Red Violet #B539A3
RGB
CMYK
RGB Variations
Color information
#B539A3 (or 0xB539A3) is known color: Medium Red Violet. HEX triplet: B5, 39 and A3. RGB value is (181,57,163). Sum of RGB (Red+Green+Blue) = 181+57+163=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B539A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539A3 is #4AC65C. Grayscale: #696969. Windows color (decimal): -4900445 or 10697141. OLE color: 10697141.
HSL color Cylindrical-coordinate representation of color #B539A3: hue angle of 308.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B539A3 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 163 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.29 |
| HSL | 308.71º | 0.52% | 0.47% | - |
| HSV(B) | 308.71º | 0.69% | 0.71% | - |
| XYZ | 27.13 | 15.39 | 36.19 | - |
| YUV | 106.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 163 | 0 | 0.69 | 0.10 | 0.29 | 308.71 | 0.52 | 0.47 |
| Hex | B5 | 39 | A3 | 0 | 45 | A | 1D | 135 | 34 | 2F |
| Octal | 265 | 71 | 243 | 0 | 105 | 12 | 35 | 465 | 64 | 57 |
| Binary | 10110101 | 111001 | 10100011 | 0 | 1000101 | 1010 | 11101 | 100110101 | 110100 | 101111 |
Color Harmonies of #B539A3
Complementary color
Monochromatic Colors of #B539A3
Black with #B539A3
Text Example
Text Example
White with #B539A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539A3; }
p { color: rgb(181,57,163); }
H1.HeaderClassName
{
color: #B539A3;
}
.AnyTagClassName
{
color: #B539A3;
}
</style>
background-color css
<style>
a { background-color: #B539A3; }
a { background-color: rgb(181,57,163); }
div.DivClassName
{
background-color: #B539A3;
}
.BgClassName
{
background-color: #B539A3;
}
</style>
border-color css
<style>
span { border-color: #B539A3; }
span { border-color: rgb(181,57,163); }
td.TdClassName
{
border-color: #B539A3;
}
.TagClassName
{
border-color: #B539A3;
}
</style>