Shades of Medium Red Violet #B53C99
Tints of Medium Red Violet #B53C99
RGB
CMYK
RGB Variations
Color information
#B53C99 (or 0xB53C99) is known color: Medium Red Violet. HEX triplet: B5, 3C and 99. RGB value is (181,60,153). Sum of RGB (Red+Green+Blue) = 181+60+153=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C99 is #4AC366. Grayscale: #6A6A6A. Windows color (decimal): -4899687 or 10042549. OLE color: 10042549.
HSL color Cylindrical-coordinate representation of color #B53C99: hue angle of 313.88º 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 #B53C99 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 153 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.29 |
| HSL | 313.88º | 0.5% | 0.47% | - |
| HSV(B) | 313.88º | 0.67% | 0.71% | - |
| XYZ | 26.42 | 15.36 | 31.71 | - |
| YUV | 106.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 153 | 0 | 0.67 | 0.15 | 0.29 | 313.88 | 0.5 | 0.47 |
| Hex | B5 | 3C | 99 | 0 | 43 | F | 1D | 13A | 32 | 2F |
| Octal | 265 | 74 | 231 | 0 | 103 | 17 | 35 | 472 | 62 | 57 |
| Binary | 10110101 | 111100 | 10011001 | 0 | 1000011 | 1111 | 11101 | 100111010 | 110010 | 101111 |
Color Harmonies of #B53C99
Complementary color
Monochromatic Colors of #B53C99
Black with #B53C99
Text Example
Text Example
White with #B53C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C99; }
p { color: rgb(181,60,153); }
H1.HeaderClassName
{
color: #B53C99;
}
.AnyTagClassName
{
color: #B53C99;
}
</style>
background-color css
<style>
a { background-color: #B53C99; }
a { background-color: rgb(181,60,153); }
div.DivClassName
{
background-color: #B53C99;
}
.BgClassName
{
background-color: #B53C99;
}
</style>
border-color css
<style>
span { border-color: #B53C99; }
span { border-color: rgb(181,60,153); }
td.TdClassName
{
border-color: #B53C99;
}
.TagClassName
{
border-color: #B53C99;
}
</style>