Shades of Medium Red Violet #B53D90
Tints of Medium Red Violet #B53D90
RGB
CMYK
RGB Variations
Color information
#B53D90 (or 0xB53D90) is known color: Medium Red Violet. HEX triplet: B5, 3D and 90. RGB value is (181,61,144). Sum of RGB (Red+Green+Blue) = 181+61+144=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D90 is #4AC26F. Grayscale: #6A6A6A. Windows color (decimal): -4899440 or 9452981. OLE color: 9452981.
HSL color Cylindrical-coordinate representation of color #B53D90: hue angle of 318.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D90 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 144 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.29 |
| HSL | 318.5º | 0.5% | 0.47% | - |
| HSV(B) | 318.5º | 0.66% | 0.71% | - |
| XYZ | 25.76 | 15.17 | 27.96 | - |
| YUV | 106.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 144 | 0 | 0.66 | 0.20 | 0.29 | 318.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 90 | 0 | 42 | 14 | 1D | 13E | 32 | 2F |
| Octal | 265 | 75 | 220 | 0 | 102 | 24 | 35 | 476 | 62 | 57 |
| Binary | 10110101 | 111101 | 10010000 | 0 | 1000010 | 10100 | 11101 | 100111110 | 110010 | 101111 |
Color Harmonies of #B53D90
Complementary color
Monochromatic Colors of #B53D90
Black with #B53D90
Text Example
Text Example
White with #B53D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D90; }
p { color: rgb(181,61,144); }
H1.HeaderClassName
{
color: #B53D90;
}
.AnyTagClassName
{
color: #B53D90;
}
</style>
background-color css
<style>
a { background-color: #B53D90; }
a { background-color: rgb(181,61,144); }
div.DivClassName
{
background-color: #B53D90;
}
.BgClassName
{
background-color: #B53D90;
}
</style>
border-color css
<style>
span { border-color: #B53D90; }
span { border-color: rgb(181,61,144); }
td.TdClassName
{
border-color: #B53D90;
}
.TagClassName
{
border-color: #B53D90;
}
</style>