Shades of Medium Red Violet #B53CA2
Tints of Medium Red Violet #B53CA2
RGB
CMYK
RGB Variations
Color information
#B53CA2 (or 0xB53CA2) is known color: Medium Red Violet. HEX triplet: B5, 3C and A2. RGB value is (181,60,162). Sum of RGB (Red+Green+Blue) = 181+60+162=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CA2 is #4AC35D. Grayscale: #6B6B6B. Windows color (decimal): -4899678 or 10632373. OLE color: 10632373.
HSL color Cylindrical-coordinate representation of color #B53CA2: hue angle of 309.42º 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 #B53CA2 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 162 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.29 |
| HSL | 309.42º | 0.5% | 0.47% | - |
| HSV(B) | 309.42º | 0.67% | 0.71% | - |
| XYZ | 27.19 | 15.66 | 35.77 | - |
| YUV | 107.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 162 | 0 | 0.67 | 0.10 | 0.29 | 309.42 | 0.5 | 0.47 |
| Hex | B5 | 3C | A2 | 0 | 43 | A | 1D | 135 | 32 | 2F |
| Octal | 265 | 74 | 242 | 0 | 103 | 12 | 35 | 465 | 62 | 57 |
| Binary | 10110101 | 111100 | 10100010 | 0 | 1000011 | 1010 | 11101 | 100110101 | 110010 | 101111 |
Color Harmonies of #B53CA2
Complementary color
Monochromatic Colors of #B53CA2
Black with #B53CA2
Text Example
Text Example
White with #B53CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CA2; }
p { color: rgb(181,60,162); }
H1.HeaderClassName
{
color: #B53CA2;
}
.AnyTagClassName
{
color: #B53CA2;
}
</style>
background-color css
<style>
a { background-color: #B53CA2; }
a { background-color: rgb(181,60,162); }
div.DivClassName
{
background-color: #B53CA2;
}
.BgClassName
{
background-color: #B53CA2;
}
</style>
border-color css
<style>
span { border-color: #B53CA2; }
span { border-color: rgb(181,60,162); }
td.TdClassName
{
border-color: #B53CA2;
}
.TagClassName
{
border-color: #B53CA2;
}
</style>