Shades of Medium Red Violet #B53E92
Tints of Medium Red Violet #B53E92
RGB
CMYK
RGB Variations
Color information
#B53E92 (or 0xB53E92) is known color: Medium Red Violet. HEX triplet: B5, 3E and 92. RGB value is (181,62,146). Sum of RGB (Red+Green+Blue) = 181+62+146=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E92 is #4AC16D. Grayscale: #6A6A6A. Windows color (decimal): -4899182 or 9584309. OLE color: 9584309.
HSL color Cylindrical-coordinate representation of color #B53E92: hue angle of 317.65º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E92 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 146 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.29 |
| HSL | 317.65º | 0.49% | 0.48% | - |
| HSV(B) | 317.65º | 0.66% | 0.71% | - |
| XYZ | 25.97 | 15.34 | 28.79 | - |
| YUV | 107.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 146 | 0 | 0.66 | 0.19 | 0.29 | 317.65 | 0.49 | 0.48 |
| Hex | B5 | 3E | 92 | 0 | 42 | 13 | 1D | 13E | 31 | 30 |
| Octal | 265 | 76 | 222 | 0 | 102 | 23 | 35 | 476 | 61 | 60 |
| Binary | 10110101 | 111110 | 10010010 | 0 | 1000010 | 10011 | 11101 | 100111110 | 110001 | 110000 |
Color Harmonies of #B53E92
Complementary color
Monochromatic Colors of #B53E92
Black with #B53E92
Text Example
Text Example
White with #B53E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E92; }
p { color: rgb(181,62,146); }
H1.HeaderClassName
{
color: #B53E92;
}
.AnyTagClassName
{
color: #B53E92;
}
</style>
background-color css
<style>
a { background-color: #B53E92; }
a { background-color: rgb(181,62,146); }
div.DivClassName
{
background-color: #B53E92;
}
.BgClassName
{
background-color: #B53E92;
}
</style>
border-color css
<style>
span { border-color: #B53E92; }
span { border-color: rgb(181,62,146); }
td.TdClassName
{
border-color: #B53E92;
}
.TagClassName
{
border-color: #B53E92;
}
</style>