Shades of Medium Red Violet #B53892
Tints of Medium Red Violet #B53892
RGB
CMYK
RGB Variations
Color information
#B53892 (or 0xB53892) is known color: Medium Red Violet. HEX triplet: B5, 38 and 92. RGB value is (181,56,146). Sum of RGB (Red+Green+Blue) = 181+56+146=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B53892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53892 is #4AC76D. Grayscale: #676767. Windows color (decimal): -4900718 or 9582773. OLE color: 9582773.
HSL color Cylindrical-coordinate representation of color #B53892: hue angle of 316.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53892 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 146 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.29 |
| HSL | 316.8º | 0.53% | 0.46% | - |
| HSV(B) | 316.8º | 0.69% | 0.71% | - |
| XYZ | 25.66 | 14.73 | 28.68 | - |
| YUV | 103.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 146 | 0 | 0.69 | 0.19 | 0.29 | 316.8 | 0.53 | 0.46 |
| Hex | B5 | 38 | 92 | 0 | 45 | 13 | 1D | 13D | 35 | 2E |
| Octal | 265 | 70 | 222 | 0 | 105 | 23 | 35 | 475 | 65 | 56 |
| Binary | 10110101 | 111000 | 10010010 | 0 | 1000101 | 10011 | 11101 | 100111101 | 110101 | 101110 |
Color Harmonies of #B53892
Complementary color
Monochromatic Colors of #B53892
Black with #B53892
Text Example
Text Example
White with #B53892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53892; }
p { color: rgb(181,56,146); }
H1.HeaderClassName
{
color: #B53892;
}
.AnyTagClassName
{
color: #B53892;
}
</style>
background-color css
<style>
a { background-color: #B53892; }
a { background-color: rgb(181,56,146); }
div.DivClassName
{
background-color: #B53892;
}
.BgClassName
{
background-color: #B53892;
}
</style>
border-color css
<style>
span { border-color: #B53892; }
span { border-color: rgb(181,56,146); }
td.TdClassName
{
border-color: #B53892;
}
.TagClassName
{
border-color: #B53892;
}
</style>