Shades of Medium Red Violet #B53BA0
Tints of Medium Red Violet #B53BA0
RGB
CMYK
RGB Variations
Color information
#B53BA0 (or 0xB53BA0) is known color: Medium Red Violet. HEX triplet: B5, 3B and A0. RGB value is (181,59,160). Sum of RGB (Red+Green+Blue) = 181+59+160=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BA0 is #4AC45F. Grayscale: #6A6A6A. Windows color (decimal): -4899936 or 10501045. OLE color: 10501045.
HSL color Cylindrical-coordinate representation of color #B53BA0: hue angle of 310.33º degrees, saturation: 0.51, 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 #B53BA0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 160 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.29 |
| HSL | 310.33º | 0.51% | 0.47% | - |
| HSV(B) | 310.33º | 0.67% | 0.71% | - |
| XYZ | 26.97 | 15.49 | 34.83 | - |
| YUV | 106.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 160 | 0 | 0.67 | 0.12 | 0.29 | 310.33 | 0.51 | 0.47 |
| Hex | B5 | 3B | A0 | 0 | 43 | C | 1D | 136 | 33 | 2F |
| Octal | 265 | 73 | 240 | 0 | 103 | 14 | 35 | 466 | 63 | 57 |
| Binary | 10110101 | 111011 | 10100000 | 0 | 1000011 | 1100 | 11101 | 100110110 | 110011 | 101111 |
Color Harmonies of #B53BA0
Complementary color
Monochromatic Colors of #B53BA0
Black with #B53BA0
Text Example
Text Example
White with #B53BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BA0; }
p { color: rgb(181,59,160); }
H1.HeaderClassName
{
color: #B53BA0;
}
.AnyTagClassName
{
color: #B53BA0;
}
</style>
background-color css
<style>
a { background-color: #B53BA0; }
a { background-color: rgb(181,59,160); }
div.DivClassName
{
background-color: #B53BA0;
}
.BgClassName
{
background-color: #B53BA0;
}
</style>
border-color css
<style>
span { border-color: #B53BA0; }
span { border-color: rgb(181,59,160); }
td.TdClassName
{
border-color: #B53BA0;
}
.TagClassName
{
border-color: #B53BA0;
}
</style>