Shades of Medium Red Violet #B53E86
Tints of Medium Red Violet #B53E86
RGB
CMYK
RGB Variations
Color information
#B53E86 (or 0xB53E86) is known color: Medium Red Violet. HEX triplet: B5, 3E and 86. RGB value is (181,62,134). Sum of RGB (Red+Green+Blue) = 181+62+134=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E86 is #4AC179. Grayscale: #696969. Windows color (decimal): -4899194 or 8797877. OLE color: 8797877.
HSL color Cylindrical-coordinate representation of color #B53E86: hue angle of 323.7º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E86 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 134 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.29 |
| HSL | 323.7º | 0.49% | 0.48% | - |
| HSV(B) | 323.7º | 0.66% | 0.71% | - |
| XYZ | 25.08 | 14.99 | 24.13 | - |
| YUV | 105.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 134 | 0 | 0.66 | 0.26 | 0.29 | 323.7 | 0.49 | 0.48 |
| Hex | B5 | 3E | 86 | 0 | 42 | 1A | 1D | 144 | 31 | 30 |
| Octal | 265 | 76 | 206 | 0 | 102 | 32 | 35 | 504 | 61 | 60 |
| Binary | 10110101 | 111110 | 10000110 | 0 | 1000010 | 11010 | 11101 | 101000100 | 110001 | 110000 |
Color Harmonies of #B53E86
Complementary color
Monochromatic Colors of #B53E86
Black with #B53E86
Text Example
Text Example
White with #B53E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E86; }
p { color: rgb(181,62,134); }
H1.HeaderClassName
{
color: #B53E86;
}
.AnyTagClassName
{
color: #B53E86;
}
</style>
background-color css
<style>
a { background-color: #B53E86; }
a { background-color: rgb(181,62,134); }
div.DivClassName
{
background-color: #B53E86;
}
.BgClassName
{
background-color: #B53E86;
}
</style>
border-color css
<style>
span { border-color: #B53E86; }
span { border-color: rgb(181,62,134); }
td.TdClassName
{
border-color: #B53E86;
}
.TagClassName
{
border-color: #B53E86;
}
</style>