Shades of Medium Red Violet #B54096
Tints of Medium Red Violet #B54096
RGB
CMYK
RGB Variations
Color information
#B54096 (or 0xB54096) is known color: Medium Red Violet. HEX triplet: B5, 40 and 96. RGB value is (181,64,150). Sum of RGB (Red+Green+Blue) = 181+64+150=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B54096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54096 is #4ABF69. Grayscale: #6C6C6C. Windows color (decimal): -4898666 or 9846965. OLE color: 9846965.
HSL color Cylindrical-coordinate representation of color #B54096: hue angle of 315.9º 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 #B54096 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 150 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.29 |
| HSL | 315.9º | 0.48% | 0.48% | - |
| HSV(B) | 315.9º | 0.65% | 0.71% | - |
| XYZ | 26.39 | 15.69 | 30.49 | - |
| YUV | 108.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 150 | 0 | 0.65 | 0.17 | 0.29 | 315.9 | 0.48 | 0.48 |
| Hex | B5 | 40 | 96 | 0 | 41 | 11 | 1D | 13C | 30 | 30 |
| Octal | 265 | 100 | 226 | 0 | 101 | 21 | 35 | 474 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10010110 | 0 | 1000001 | 10001 | 11101 | 100111100 | 110000 | 110000 |
Color Harmonies of #B54096
Complementary color
Monochromatic Colors of #B54096
Black with #B54096
Text Example
Text Example
White with #B54096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54096; }
p { color: rgb(181,64,150); }
H1.HeaderClassName
{
color: #B54096;
}
.AnyTagClassName
{
color: #B54096;
}
</style>
background-color css
<style>
a { background-color: #B54096; }
a { background-color: rgb(181,64,150); }
div.DivClassName
{
background-color: #B54096;
}
.BgClassName
{
background-color: #B54096;
}
</style>
border-color css
<style>
span { border-color: #B54096; }
span { border-color: rgb(181,64,150); }
td.TdClassName
{
border-color: #B54096;
}
.TagClassName
{
border-color: #B54096;
}
</style>