Shades of Medium Red Violet #B53293
Tints of Medium Red Violet #B53293
RGB
CMYK
RGB Variations
Color information
#B53293 (or 0xB53293) is known color: Medium Red Violet. HEX triplet: B5, 32 and 93. RGB value is (181,50,147). Sum of RGB (Red+Green+Blue) = 181+50+147=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B53293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53293 is #4ACD6C. Grayscale: #636363. Windows color (decimal): -4902253 or 9646773. OLE color: 9646773.
HSL color Cylindrical-coordinate representation of color #B53293: hue angle of 315.57º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53293 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 147 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.29 |
| HSL | 315.57º | 0.57% | 0.45% | - |
| HSV(B) | 315.57º | 0.72% | 0.71% | - |
| XYZ | 25.46 | 14.21 | 29 | - |
| YUV | 100.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 147 | 0 | 0.72 | 0.19 | 0.29 | 315.57 | 0.57 | 0.45 |
| Hex | B5 | 32 | 93 | 0 | 48 | 13 | 1D | 13C | 39 | 2D |
| Octal | 265 | 62 | 223 | 0 | 110 | 23 | 35 | 474 | 71 | 55 |
| Binary | 10110101 | 110010 | 10010011 | 0 | 1001000 | 10011 | 11101 | 100111100 | 111001 | 101101 |
Color Harmonies of #B53293
Complementary color
Monochromatic Colors of #B53293
Black with #B53293
Text Example
Text Example
White with #B53293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53293; }
p { color: rgb(181,50,147); }
H1.HeaderClassName
{
color: #B53293;
}
.AnyTagClassName
{
color: #B53293;
}
</style>
background-color css
<style>
a { background-color: #B53293; }
a { background-color: rgb(181,50,147); }
div.DivClassName
{
background-color: #B53293;
}
.BgClassName
{
background-color: #B53293;
}
</style>
border-color css
<style>
span { border-color: #B53293; }
span { border-color: rgb(181,50,147); }
td.TdClassName
{
border-color: #B53293;
}
.TagClassName
{
border-color: #B53293;
}
</style>