Shades of Medium Red Violet #B54385
Tints of Medium Red Violet #B54385
RGB
CMYK
RGB Variations
Color information
#B54385 (or 0xB54385) is known color: Medium Red Violet. HEX triplet: B5, 43 and 85. RGB value is (181,67,133). Sum of RGB (Red+Green+Blue) = 181+67+133=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B54385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54385 is #4ABC7A. Grayscale: #6C6C6C. Windows color (decimal): -4897915 or 8733621. OLE color: 8733621.
HSL color Cylindrical-coordinate representation of color #B54385: hue angle of 325.26º 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 #B54385 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 133 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.29 |
| HSL | 325.26º | 0.46% | 0.49% | - |
| HSV(B) | 325.26º | 0.63% | 0.71% | - |
| XYZ | 25.3 | 15.53 | 23.85 | - |
| YUV | 108.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 133 | 0 | 0.63 | 0.27 | 0.29 | 325.26 | 0.46 | 0.49 |
| Hex | B5 | 43 | 85 | 0 | 3F | 1B | 1D | 145 | 2E | 31 |
| Octal | 265 | 103 | 205 | 0 | 77 | 33 | 35 | 505 | 56 | 61 |
| Binary | 10110101 | 1000011 | 10000101 | 0 | 111111 | 11011 | 11101 | 101000101 | 101110 | 110001 |
Color Harmonies of #B54385
Complementary color
Monochromatic Colors of #B54385
Black with #B54385
Text Example
Text Example
White with #B54385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54385; }
p { color: rgb(181,67,133); }
H1.HeaderClassName
{
color: #B54385;
}
.AnyTagClassName
{
color: #B54385;
}
</style>
background-color css
<style>
a { background-color: #B54385; }
a { background-color: rgb(181,67,133); }
div.DivClassName
{
background-color: #B54385;
}
.BgClassName
{
background-color: #B54385;
}
</style>
border-color css
<style>
span { border-color: #B54385; }
span { border-color: rgb(181,67,133); }
td.TdClassName
{
border-color: #B54385;
}
.TagClassName
{
border-color: #B54385;
}
</style>