Shades of Medium Red Violet #B53E9C
Tints of Medium Red Violet #B53E9C
RGB
CMYK
RGB Variations
Color information
#B53E9C (or 0xB53E9C) is known color: Medium Red Violet. HEX triplet: B5, 3E and 9C. RGB value is (181,62,156). Sum of RGB (Red+Green+Blue) = 181+62+156=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E9C is #4AC163. Grayscale: #6C6C6C. Windows color (decimal): -4899172 or 10239669. OLE color: 10239669.
HSL color Cylindrical-coordinate representation of color #B53E9C: hue angle of 312.61º 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 #B53E9C is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 156 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.29 |
| HSL | 312.61º | 0.49% | 0.48% | - |
| HSV(B) | 312.61º | 0.66% | 0.71% | - |
| XYZ | 26.78 | 15.67 | 33.07 | - |
| YUV | 108.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 156 | 0 | 0.66 | 0.14 | 0.29 | 312.61 | 0.49 | 0.48 |
| Hex | B5 | 3E | 9C | 0 | 42 | E | 1D | 139 | 31 | 30 |
| Octal | 265 | 76 | 234 | 0 | 102 | 16 | 35 | 471 | 61 | 60 |
| Binary | 10110101 | 111110 | 10011100 | 0 | 1000010 | 1110 | 11101 | 100111001 | 110001 | 110000 |
Color Harmonies of #B53E9C
Complementary color
Monochromatic Colors of #B53E9C
Black with #B53E9C
Text Example
Text Example
White with #B53E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E9C; }
p { color: rgb(181,62,156); }
H1.HeaderClassName
{
color: #B53E9C;
}
.AnyTagClassName
{
color: #B53E9C;
}
</style>
background-color css
<style>
a { background-color: #B53E9C; }
a { background-color: rgb(181,62,156); }
div.DivClassName
{
background-color: #B53E9C;
}
.BgClassName
{
background-color: #B53E9C;
}
</style>
border-color css
<style>
span { border-color: #B53E9C; }
span { border-color: rgb(181,62,156); }
td.TdClassName
{
border-color: #B53E9C;
}
.TagClassName
{
border-color: #B53E9C;
}
</style>