Shades of Medium Red Violet #B54092
Tints of Medium Red Violet #B54092
RGB
CMYK
RGB Variations
Color information
#B54092 (or 0xB54092) is known color: Medium Red Violet. HEX triplet: B5, 40 and 92. RGB value is (181,64,146). Sum of RGB (Red+Green+Blue) = 181+64+146=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B54092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54092 is #4ABF6D. Grayscale: #6C6C6C. Windows color (decimal): -4898670 or 9584821. OLE color: 9584821.
HSL color Cylindrical-coordinate representation of color #B54092: hue angle of 317.95º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54092 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 146 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.29 |
| HSL | 317.95º | 0.48% | 0.48% | - |
| HSV(B) | 317.95º | 0.65% | 0.71% | - |
| XYZ | 26.08 | 15.57 | 28.82 | - |
| YUV | 108.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 146 | 0 | 0.65 | 0.19 | 0.29 | 317.95 | 0.48 | 0.48 |
| Hex | B5 | 40 | 92 | 0 | 41 | 13 | 1D | 13E | 30 | 30 |
| Octal | 265 | 100 | 222 | 0 | 101 | 23 | 35 | 476 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10010010 | 0 | 1000001 | 10011 | 11101 | 100111110 | 110000 | 110000 |
Color Harmonies of #B54092
Complementary color
Monochromatic Colors of #B54092
Black with #B54092
Text Example
Text Example
White with #B54092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54092; }
p { color: rgb(181,64,146); }
H1.HeaderClassName
{
color: #B54092;
}
.AnyTagClassName
{
color: #B54092;
}
</style>
background-color css
<style>
a { background-color: #B54092; }
a { background-color: rgb(181,64,146); }
div.DivClassName
{
background-color: #B54092;
}
.BgClassName
{
background-color: #B54092;
}
</style>
border-color css
<style>
span { border-color: #B54092; }
span { border-color: rgb(181,64,146); }
td.TdClassName
{
border-color: #B54092;
}
.TagClassName
{
border-color: #B54092;
}
</style>