Shades of Medium Red Violet #B54183
Tints of Medium Red Violet #B54183
RGB
CMYK
RGB Variations
Color information
#B54183 (or 0xB54183) is known color: Medium Red Violet. HEX triplet: B5, 41 and 83. RGB value is (181,65,131). Sum of RGB (Red+Green+Blue) = 181+65+131=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B54183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54183 is #4ABE7C. Grayscale: #6B6B6B. Windows color (decimal): -4898429 or 8602037. OLE color: 8602037.
HSL color Cylindrical-coordinate representation of color #B54183: hue angle of 325.86º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54183 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 131 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.29 |
| HSL | 325.86º | 0.47% | 0.48% | - |
| HSV(B) | 325.86º | 0.64% | 0.71% | - |
| XYZ | 25.04 | 15.24 | 23.1 | - |
| YUV | 107.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 131 | 0 | 0.64 | 0.28 | 0.29 | 325.86 | 0.47 | 0.48 |
| Hex | B5 | 41 | 83 | 0 | 40 | 1C | 1D | 146 | 2F | 30 |
| Octal | 265 | 101 | 203 | 0 | 100 | 34 | 35 | 506 | 57 | 60 |
| Binary | 10110101 | 1000001 | 10000011 | 0 | 1000000 | 11100 | 11101 | 101000110 | 101111 | 110000 |
Color Harmonies of #B54183
Complementary color
Monochromatic Colors of #B54183
Black with #B54183
Text Example
Text Example
White with #B54183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54183; }
p { color: rgb(181,65,131); }
H1.HeaderClassName
{
color: #B54183;
}
.AnyTagClassName
{
color: #B54183;
}
</style>
background-color css
<style>
a { background-color: #B54183; }
a { background-color: rgb(181,65,131); }
div.DivClassName
{
background-color: #B54183;
}
.BgClassName
{
background-color: #B54183;
}
</style>
border-color css
<style>
span { border-color: #B54183; }
span { border-color: rgb(181,65,131); }
td.TdClassName
{
border-color: #B54183;
}
.TagClassName
{
border-color: #B54183;
}
</style>