Shades of Medium Red Violet #B53C90
Tints of Medium Red Violet #B53C90
RGB
CMYK
RGB Variations
Color information
#B53C90 (or 0xB53C90) is known color: Medium Red Violet. HEX triplet: B5, 3C and 90. RGB value is (181,60,144). Sum of RGB (Red+Green+Blue) = 181+60+144=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C90 is #4AC36F. Grayscale: #696969. Windows color (decimal): -4899696 or 9452725. OLE color: 9452725.
HSL color Cylindrical-coordinate representation of color #B53C90: hue angle of 318.35º 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 #B53C90 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 144 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.29 |
| HSL | 318.35º | 0.5% | 0.47% | - |
| HSV(B) | 318.35º | 0.67% | 0.71% | - |
| XYZ | 25.71 | 15.07 | 27.94 | - |
| YUV | 105.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 144 | 0 | 0.67 | 0.20 | 0.29 | 318.35 | 0.5 | 0.47 |
| Hex | B5 | 3C | 90 | 0 | 43 | 14 | 1D | 13E | 32 | 2F |
| Octal | 265 | 74 | 220 | 0 | 103 | 24 | 35 | 476 | 62 | 57 |
| Binary | 10110101 | 111100 | 10010000 | 0 | 1000011 | 10100 | 11101 | 100111110 | 110010 | 101111 |
Color Harmonies of #B53C90
Complementary color
Monochromatic Colors of #B53C90
Black with #B53C90
Text Example
Text Example
White with #B53C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C90; }
p { color: rgb(181,60,144); }
H1.HeaderClassName
{
color: #B53C90;
}
.AnyTagClassName
{
color: #B53C90;
}
</style>
background-color css
<style>
a { background-color: #B53C90; }
a { background-color: rgb(181,60,144); }
div.DivClassName
{
background-color: #B53C90;
}
.BgClassName
{
background-color: #B53C90;
}
</style>
border-color css
<style>
span { border-color: #B53C90; }
span { border-color: rgb(181,60,144); }
td.TdClassName
{
border-color: #B53C90;
}
.TagClassName
{
border-color: #B53C90;
}
</style>