Shades of Medium Red Violet #B53983
Tints of Medium Red Violet #B53983
RGB
CMYK
RGB Variations
Color information
#B53983 (or 0xB53983) is known color: Medium Red Violet. HEX triplet: B5, 39 and 83. RGB value is (181,57,131). Sum of RGB (Red+Green+Blue) = 181+57+131=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B53983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53983 is #4AC67C. Grayscale: #666666. Windows color (decimal): -4900477 or 8599989. OLE color: 8599989.
HSL color Cylindrical-coordinate representation of color #B53983: hue angle of 324.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53983 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 131 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.29 |
| HSL | 324.19º | 0.52% | 0.47% | - |
| HSV(B) | 324.19º | 0.69% | 0.71% | - |
| XYZ | 24.62 | 14.39 | 22.95 | - |
| YUV | 102.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 131 | 0 | 0.69 | 0.28 | 0.29 | 324.19 | 0.52 | 0.47 |
| Hex | B5 | 39 | 83 | 0 | 45 | 1C | 1D | 144 | 34 | 2F |
| Octal | 265 | 71 | 203 | 0 | 105 | 34 | 35 | 504 | 64 | 57 |
| Binary | 10110101 | 111001 | 10000011 | 0 | 1000101 | 11100 | 11101 | 101000100 | 110100 | 101111 |
Color Harmonies of #B53983
Complementary color
Monochromatic Colors of #B53983
Black with #B53983
Text Example
Text Example
White with #B53983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53983; }
p { color: rgb(181,57,131); }
H1.HeaderClassName
{
color: #B53983;
}
.AnyTagClassName
{
color: #B53983;
}
</style>
background-color css
<style>
a { background-color: #B53983; }
a { background-color: rgb(181,57,131); }
div.DivClassName
{
background-color: #B53983;
}
.BgClassName
{
background-color: #B53983;
}
</style>
border-color css
<style>
span { border-color: #B53983; }
span { border-color: rgb(181,57,131); }
td.TdClassName
{
border-color: #B53983;
}
.TagClassName
{
border-color: #B53983;
}
</style>