Shades of Medium Red Violet #B53BA3
Tints of Medium Red Violet #B53BA3
RGB
CMYK
RGB Variations
Color information
#B53BA3 (or 0xB53BA3) is known color: Medium Red Violet. HEX triplet: B5, 3B and A3. RGB value is (181,59,163). Sum of RGB (Red+Green+Blue) = 181+59+163=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BA3 is #4AC45C. Grayscale: #6B6B6B. Windows color (decimal): -4899933 or 10697653. OLE color: 10697653.
HSL color Cylindrical-coordinate representation of color #B53BA3: hue angle of 308.85º 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 #B53BA3 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 163 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.29 |
| HSL | 308.85º | 0.51% | 0.47% | - |
| HSV(B) | 308.85º | 0.67% | 0.71% | - |
| XYZ | 27.23 | 15.6 | 36.23 | - |
| YUV | 107.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 163 | 0 | 0.67 | 0.10 | 0.29 | 308.85 | 0.51 | 0.47 |
| Hex | B5 | 3B | A3 | 0 | 43 | A | 1D | 135 | 33 | 2F |
| Octal | 265 | 73 | 243 | 0 | 103 | 12 | 35 | 465 | 63 | 57 |
| Binary | 10110101 | 111011 | 10100011 | 0 | 1000011 | 1010 | 11101 | 100110101 | 110011 | 101111 |
Color Harmonies of #B53BA3
Complementary color
Monochromatic Colors of #B53BA3
Black with #B53BA3
Text Example
Text Example
White with #B53BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BA3; }
p { color: rgb(181,59,163); }
H1.HeaderClassName
{
color: #B53BA3;
}
.AnyTagClassName
{
color: #B53BA3;
}
</style>
background-color css
<style>
a { background-color: #B53BA3; }
a { background-color: rgb(181,59,163); }
div.DivClassName
{
background-color: #B53BA3;
}
.BgClassName
{
background-color: #B53BA3;
}
</style>
border-color css
<style>
span { border-color: #B53BA3; }
span { border-color: rgb(181,59,163); }
td.TdClassName
{
border-color: #B53BA3;
}
.TagClassName
{
border-color: #B53BA3;
}
</style>