Shades of Medium Red Violet #B53CA0
Tints of Medium Red Violet #B53CA0
RGB
CMYK
RGB Variations
Color information
#B53CA0 (or 0xB53CA0) is known color: Medium Red Violet. HEX triplet: B5, 3C and A0. RGB value is (181,60,160). Sum of RGB (Red+Green+Blue) = 181+60+160=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CA0 is #4AC35F. Grayscale: #6B6B6B. Windows color (decimal): -4899680 or 10501301. OLE color: 10501301.
HSL color Cylindrical-coordinate representation of color #B53CA0: hue angle of 310.41º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53CA0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 160 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.29 |
| HSL | 310.41º | 0.5% | 0.47% | - |
| HSV(B) | 310.41º | 0.67% | 0.71% | - |
| XYZ | 27.02 | 15.59 | 34.84 | - |
| YUV | 107.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 160 | 0 | 0.67 | 0.12 | 0.29 | 310.41 | 0.5 | 0.47 |
| Hex | B5 | 3C | A0 | 0 | 43 | C | 1D | 136 | 32 | 2F |
| Octal | 265 | 74 | 240 | 0 | 103 | 14 | 35 | 466 | 62 | 57 |
| Binary | 10110101 | 111100 | 10100000 | 0 | 1000011 | 1100 | 11101 | 100110110 | 110010 | 101111 |
Color Harmonies of #B53CA0
Complementary color
Monochromatic Colors of #B53CA0
Black with #B53CA0
Text Example
Text Example
White with #B53CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CA0; }
p { color: rgb(181,60,160); }
H1.HeaderClassName
{
color: #B53CA0;
}
.AnyTagClassName
{
color: #B53CA0;
}
</style>
background-color css
<style>
a { background-color: #B53CA0; }
a { background-color: rgb(181,60,160); }
div.DivClassName
{
background-color: #B53CA0;
}
.BgClassName
{
background-color: #B53CA0;
}
</style>
border-color css
<style>
span { border-color: #B53CA0; }
span { border-color: rgb(181,60,160); }
td.TdClassName
{
border-color: #B53CA0;
}
.TagClassName
{
border-color: #B53CA0;
}
</style>