Shades of Medium Red Violet #B53688
Tints of Medium Red Violet #B53688
RGB
CMYK
RGB Variations
Color information
#B53688 (or 0xB53688) is known color: Medium Red Violet. HEX triplet: B5, 36 and 88. RGB value is (181,54,136). Sum of RGB (Red+Green+Blue) = 181+54+136=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B53688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53688 is #4AC977. Grayscale: #656565. Windows color (decimal): -4901240 or 8926901. OLE color: 8926901.
HSL color Cylindrical-coordinate representation of color #B53688: hue angle of 321.26º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53688 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 136 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.29 |
| HSL | 321.26º | 0.54% | 0.46% | - |
| HSV(B) | 321.26º | 0.7% | 0.71% | - |
| XYZ | 24.82 | 14.24 | 24.73 | - |
| YUV | 101.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 136 | 0 | 0.70 | 0.25 | 0.29 | 321.26 | 0.54 | 0.46 |
| Hex | B5 | 36 | 88 | 0 | 46 | 19 | 1D | 141 | 36 | 2E |
| Octal | 265 | 66 | 210 | 0 | 106 | 31 | 35 | 501 | 66 | 56 |
| Binary | 10110101 | 110110 | 10001000 | 0 | 1000110 | 11001 | 11101 | 101000001 | 110110 | 101110 |
Color Harmonies of #B53688
Complementary color
Monochromatic Colors of #B53688
Black with #B53688
Text Example
Text Example
White with #B53688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53688; }
p { color: rgb(181,54,136); }
H1.HeaderClassName
{
color: #B53688;
}
.AnyTagClassName
{
color: #B53688;
}
</style>
background-color css
<style>
a { background-color: #B53688; }
a { background-color: rgb(181,54,136); }
div.DivClassName
{
background-color: #B53688;
}
.BgClassName
{
background-color: #B53688;
}
</style>
border-color css
<style>
span { border-color: #B53688; }
span { border-color: rgb(181,54,136); }
td.TdClassName
{
border-color: #B53688;
}
.TagClassName
{
border-color: #B53688;
}
</style>