Shades of Medium Red Violet #B54083
Tints of Medium Red Violet #B54083
RGB
CMYK
RGB Variations
Color information
#B54083 (or 0xB54083) is known color: Medium Red Violet. HEX triplet: B5, 40 and 83. RGB value is (181,64,131). Sum of RGB (Red+Green+Blue) = 181+64+131=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B54083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54083 is #4ABF7C. Grayscale: #6A6A6A. Windows color (decimal): -4898685 or 8601781. OLE color: 8601781.
HSL color Cylindrical-coordinate representation of color #B54083: hue angle of 325.64º 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 #B54083 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 131 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.29 |
| HSL | 325.64º | 0.48% | 0.48% | - |
| HSV(B) | 325.64º | 0.65% | 0.71% | - |
| XYZ | 24.99 | 15.13 | 23.08 | - |
| YUV | 106.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 131 | 0 | 0.65 | 0.28 | 0.29 | 325.64 | 0.48 | 0.48 |
| Hex | B5 | 40 | 83 | 0 | 41 | 1C | 1D | 146 | 30 | 30 |
| Octal | 265 | 100 | 203 | 0 | 101 | 34 | 35 | 506 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10000011 | 0 | 1000001 | 11100 | 11101 | 101000110 | 110000 | 110000 |
Color Harmonies of #B54083
Complementary color
Monochromatic Colors of #B54083
Black with #B54083
Text Example
Text Example
White with #B54083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54083; }
p { color: rgb(181,64,131); }
H1.HeaderClassName
{
color: #B54083;
}
.AnyTagClassName
{
color: #B54083;
}
</style>
background-color css
<style>
a { background-color: #B54083; }
a { background-color: rgb(181,64,131); }
div.DivClassName
{
background-color: #B54083;
}
.BgClassName
{
background-color: #B54083;
}
</style>
border-color css
<style>
span { border-color: #B54083; }
span { border-color: rgb(181,64,131); }
td.TdClassName
{
border-color: #B54083;
}
.TagClassName
{
border-color: #B54083;
}
</style>