Shades of Medium Red Violet #B53C98
Tints of Medium Red Violet #B53C98
RGB
CMYK
RGB Variations
Color information
#B53C98 (or 0xB53C98) is known color: Medium Red Violet. HEX triplet: B5, 3C and 98. RGB value is (181,60,152). Sum of RGB (Red+Green+Blue) = 181+60+152=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C98 is #4AC367. Grayscale: #6A6A6A. Windows color (decimal): -4899688 or 9977013. OLE color: 9977013.
HSL color Cylindrical-coordinate representation of color #B53C98: hue angle of 314.38º 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 #B53C98 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 152 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.29 |
| HSL | 314.38º | 0.5% | 0.47% | - |
| HSV(B) | 314.38º | 0.67% | 0.71% | - |
| XYZ | 26.34 | 15.32 | 31.28 | - |
| YUV | 106.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 152 | 0 | 0.67 | 0.16 | 0.29 | 314.38 | 0.5 | 0.47 |
| Hex | B5 | 3C | 98 | 0 | 43 | 10 | 1D | 13A | 32 | 2F |
| Octal | 265 | 74 | 230 | 0 | 103 | 20 | 35 | 472 | 62 | 57 |
| Binary | 10110101 | 111100 | 10011000 | 0 | 1000011 | 10000 | 11101 | 100111010 | 110010 | 101111 |
Color Harmonies of #B53C98
Complementary color
Monochromatic Colors of #B53C98
Black with #B53C98
Text Example
Text Example
White with #B53C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C98; }
p { color: rgb(181,60,152); }
H1.HeaderClassName
{
color: #B53C98;
}
.AnyTagClassName
{
color: #B53C98;
}
</style>
background-color css
<style>
a { background-color: #B53C98; }
a { background-color: rgb(181,60,152); }
div.DivClassName
{
background-color: #B53C98;
}
.BgClassName
{
background-color: #B53C98;
}
</style>
border-color css
<style>
span { border-color: #B53C98; }
span { border-color: rgb(181,60,152); }
td.TdClassName
{
border-color: #B53C98;
}
.TagClassName
{
border-color: #B53C98;
}
</style>