Shades of Medium Red Violet #B53598
Tints of Medium Red Violet #B53598
RGB
CMYK
RGB Variations
Color information
#B53598 (or 0xB53598) is known color: Medium Red Violet. HEX triplet: B5, 35 and 98. RGB value is (181,53,152). Sum of RGB (Red+Green+Blue) = 181+53+152=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B53598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53598 is #4ACA67. Grayscale: #666666. Windows color (decimal): -4901480 or 9975221. OLE color: 9975221.
HSL color Cylindrical-coordinate representation of color #B53598: hue angle of 313.59º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53598 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 152 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.29 |
| HSL | 313.59º | 0.55% | 0.46% | - |
| HSV(B) | 313.59º | 0.71% | 0.71% | - |
| XYZ | 26 | 14.64 | 31.16 | - |
| YUV | 102.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 152 | 0 | 0.71 | 0.16 | 0.29 | 313.59 | 0.55 | 0.46 |
| Hex | B5 | 35 | 98 | 0 | 47 | 10 | 1D | 13A | 37 | 2E |
| Octal | 265 | 65 | 230 | 0 | 107 | 20 | 35 | 472 | 67 | 56 |
| Binary | 10110101 | 110101 | 10011000 | 0 | 1000111 | 10000 | 11101 | 100111010 | 110111 | 101110 |
Color Harmonies of #B53598
Complementary color
Monochromatic Colors of #B53598
Black with #B53598
Text Example
Text Example
White with #B53598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53598; }
p { color: rgb(181,53,152); }
H1.HeaderClassName
{
color: #B53598;
}
.AnyTagClassName
{
color: #B53598;
}
</style>
background-color css
<style>
a { background-color: #B53598; }
a { background-color: rgb(181,53,152); }
div.DivClassName
{
background-color: #B53598;
}
.BgClassName
{
background-color: #B53598;
}
</style>
border-color css
<style>
span { border-color: #B53598; }
span { border-color: rgb(181,53,152); }
td.TdClassName
{
border-color: #B53598;
}
.TagClassName
{
border-color: #B53598;
}
</style>