Shades of Medium Red Violet #B53F9D
Tints of Medium Red Violet #B53F9D
RGB
CMYK
RGB Variations
Color information
#B53F9D (or 0xB53F9D) is known color: Medium Red Violet. HEX triplet: B5, 3F and 9D. RGB value is (181,63,157). Sum of RGB (Red+Green+Blue) = 181+63+157=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53F9D is #4AC062. Grayscale: #6C6C6C. Windows color (decimal): -4898915 or 10305461. OLE color: 10305461.
HSL color Cylindrical-coordinate representation of color #B53F9D: hue angle of 312.2º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F9D is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 157 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.29 |
| HSL | 312.2º | 0.48% | 0.48% | - |
| HSV(B) | 312.2º | 0.65% | 0.71% | - |
| XYZ | 26.92 | 15.81 | 33.53 | - |
| YUV | 109 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 157 | 0 | 0.65 | 0.13 | 0.29 | 312.2 | 0.48 | 0.48 |
| Hex | B5 | 3F | 9D | 0 | 41 | D | 1D | 138 | 30 | 30 |
| Octal | 265 | 77 | 235 | 0 | 101 | 15 | 35 | 470 | 60 | 60 |
| Binary | 10110101 | 111111 | 10011101 | 0 | 1000001 | 1101 | 11101 | 100111000 | 110000 | 110000 |
Color Harmonies of #B53F9D
Complementary color
Monochromatic Colors of #B53F9D
Black with #B53F9D
Text Example
Text Example
White with #B53F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F9D; }
p { color: rgb(181,63,157); }
H1.HeaderClassName
{
color: #B53F9D;
}
.AnyTagClassName
{
color: #B53F9D;
}
</style>
background-color css
<style>
a { background-color: #B53F9D; }
a { background-color: rgb(181,63,157); }
div.DivClassName
{
background-color: #B53F9D;
}
.BgClassName
{
background-color: #B53F9D;
}
</style>
border-color css
<style>
span { border-color: #B53F9D; }
span { border-color: rgb(181,63,157); }
td.TdClassName
{
border-color: #B53F9D;
}
.TagClassName
{
border-color: #B53F9D;
}
</style>