Shades of Medium Red Violet #B53A84
Tints of Medium Red Violet #B53A84
RGB
CMYK
RGB Variations
Color information
#B53A84 (or 0xB53A84) is known color: Medium Red Violet. HEX triplet: B5, 3A and 84. RGB value is (181,58,132). Sum of RGB (Red+Green+Blue) = 181+58+132=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A84 is #4AC57B. Grayscale: #676767. Windows color (decimal): -4900220 or 8665781. OLE color: 8665781.
HSL color Cylindrical-coordinate representation of color #B53A84: hue angle of 323.9º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A84 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 132 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.29 |
| HSL | 323.9º | 0.51% | 0.47% | - |
| HSV(B) | 323.9º | 0.68% | 0.71% | - |
| XYZ | 24.73 | 14.52 | 23.33 | - |
| YUV | 103.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 132 | 0 | 0.68 | 0.27 | 0.29 | 323.9 | 0.51 | 0.47 |
| Hex | B5 | 3A | 84 | 0 | 44 | 1B | 1D | 144 | 33 | 2F |
| Octal | 265 | 72 | 204 | 0 | 104 | 33 | 35 | 504 | 63 | 57 |
| Binary | 10110101 | 111010 | 10000100 | 0 | 1000100 | 11011 | 11101 | 101000100 | 110011 | 101111 |
Color Harmonies of #B53A84
Complementary color
Monochromatic Colors of #B53A84
Black with #B53A84
Text Example
Text Example
White with #B53A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A84; }
p { color: rgb(181,58,132); }
H1.HeaderClassName
{
color: #B53A84;
}
.AnyTagClassName
{
color: #B53A84;
}
</style>
background-color css
<style>
a { background-color: #B53A84; }
a { background-color: rgb(181,58,132); }
div.DivClassName
{
background-color: #B53A84;
}
.BgClassName
{
background-color: #B53A84;
}
</style>
border-color css
<style>
span { border-color: #B53A84; }
span { border-color: rgb(181,58,132); }
td.TdClassName
{
border-color: #B53A84;
}
.TagClassName
{
border-color: #B53A84;
}
</style>