Shades of Medium Red Violet #B53F9C
Tints of Medium Red Violet #B53F9C
RGB
CMYK
RGB Variations
Color information
#B53F9C (or 0xB53F9C) is known color: Medium Red Violet. HEX triplet: B5, 3F and 9C. RGB value is (181,63,156). Sum of RGB (Red+Green+Blue) = 181+63+156=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53F9C is #4AC063. Grayscale: #6C6C6C. Windows color (decimal): -4898916 or 10239925. OLE color: 10239925.
HSL color Cylindrical-coordinate representation of color #B53F9C: hue angle of 312.71º 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 #B53F9C is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 156 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.29 |
| HSL | 312.71º | 0.48% | 0.48% | - |
| HSV(B) | 312.71º | 0.65% | 0.71% | - |
| XYZ | 26.83 | 15.78 | 33.08 | - |
| YUV | 108.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 156 | 0 | 0.65 | 0.14 | 0.29 | 312.71 | 0.48 | 0.48 |
| Hex | B5 | 3F | 9C | 0 | 41 | E | 1D | 139 | 30 | 30 |
| Octal | 265 | 77 | 234 | 0 | 101 | 16 | 35 | 471 | 60 | 60 |
| Binary | 10110101 | 111111 | 10011100 | 0 | 1000001 | 1110 | 11101 | 100111001 | 110000 | 110000 |
Color Harmonies of #B53F9C
Complementary color
Monochromatic Colors of #B53F9C
Black with #B53F9C
Text Example
Text Example
White with #B53F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F9C; }
p { color: rgb(181,63,156); }
H1.HeaderClassName
{
color: #B53F9C;
}
.AnyTagClassName
{
color: #B53F9C;
}
</style>
background-color css
<style>
a { background-color: #B53F9C; }
a { background-color: rgb(181,63,156); }
div.DivClassName
{
background-color: #B53F9C;
}
.BgClassName
{
background-color: #B53F9C;
}
</style>
border-color css
<style>
span { border-color: #B53F9C; }
span { border-color: rgb(181,63,156); }
td.TdClassName
{
border-color: #B53F9C;
}
.TagClassName
{
border-color: #B53F9C;
}
</style>