Shades of Medium Red Violet #B53C92
Tints of Medium Red Violet #B53C92
RGB
CMYK
RGB Variations
Color information
#B53C92 (or 0xB53C92) is known color: Medium Red Violet. HEX triplet: B5, 3C and 92. RGB value is (181,60,146). Sum of RGB (Red+Green+Blue) = 181+60+146=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C92 is #4AC36D. Grayscale: #696969. Windows color (decimal): -4899694 or 9583797. OLE color: 9583797.
HSL color Cylindrical-coordinate representation of color #B53C92: hue angle of 317.36º 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 #B53C92 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 146 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.29 |
| HSL | 317.36º | 0.5% | 0.47% | - |
| HSV(B) | 317.36º | 0.67% | 0.71% | - |
| XYZ | 25.86 | 15.13 | 28.75 | - |
| YUV | 105.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 146 | 0 | 0.67 | 0.19 | 0.29 | 317.36 | 0.5 | 0.47 |
| Hex | B5 | 3C | 92 | 0 | 43 | 13 | 1D | 13D | 32 | 2F |
| Octal | 265 | 74 | 222 | 0 | 103 | 23 | 35 | 475 | 62 | 57 |
| Binary | 10110101 | 111100 | 10010010 | 0 | 1000011 | 10011 | 11101 | 100111101 | 110010 | 101111 |
Color Harmonies of #B53C92
Complementary color
Monochromatic Colors of #B53C92
Black with #B53C92
Text Example
Text Example
White with #B53C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C92; }
p { color: rgb(181,60,146); }
H1.HeaderClassName
{
color: #B53C92;
}
.AnyTagClassName
{
color: #B53C92;
}
</style>
background-color css
<style>
a { background-color: #B53C92; }
a { background-color: rgb(181,60,146); }
div.DivClassName
{
background-color: #B53C92;
}
.BgClassName
{
background-color: #B53C92;
}
</style>
border-color css
<style>
span { border-color: #B53C92; }
span { border-color: rgb(181,60,146); }
td.TdClassName
{
border-color: #B53C92;
}
.TagClassName
{
border-color: #B53C92;
}
</style>