Shades of Medium Red Violet #B54396
Tints of Medium Red Violet #B54396
RGB
CMYK
RGB Variations
Color information
#B54396 (or 0xB54396) is known color: Medium Red Violet. HEX triplet: B5, 43 and 96. RGB value is (181,67,150). Sum of RGB (Red+Green+Blue) = 181+67+150=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54396 is #4ABC69. Grayscale: #6E6E6E. Windows color (decimal): -4897898 or 9847733. OLE color: 9847733.
HSL color Cylindrical-coordinate representation of color #B54396: hue angle of 316.32º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54396 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 150 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.29 |
| HSL | 316.32º | 0.46% | 0.49% | - |
| HSV(B) | 316.32º | 0.63% | 0.71% | - |
| XYZ | 26.57 | 16.04 | 30.55 | - |
| YUV | 110.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 150 | 0 | 0.63 | 0.17 | 0.29 | 316.32 | 0.46 | 0.49 |
| Hex | B5 | 43 | 96 | 0 | 3F | 11 | 1D | 13C | 2E | 31 |
| Octal | 265 | 103 | 226 | 0 | 77 | 21 | 35 | 474 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10010110 | 0 | 111111 | 10001 | 11101 | 100111100 | 101110 | 110001 |
Color Harmonies of #B54396
Complementary color
Monochromatic Colors of #B54396
Black with #B54396
Text Example
Text Example
White with #B54396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54396; }
p { color: rgb(181,67,150); }
H1.HeaderClassName
{
color: #B54396;
}
.AnyTagClassName
{
color: #B54396;
}
</style>
background-color css
<style>
a { background-color: #B54396; }
a { background-color: rgb(181,67,150); }
div.DivClassName
{
background-color: #B54396;
}
.BgClassName
{
background-color: #B54396;
}
</style>
border-color css
<style>
span { border-color: #B54396; }
span { border-color: rgb(181,67,150); }
td.TdClassName
{
border-color: #B54396;
}
.TagClassName
{
border-color: #B54396;
}
</style>