Shades of Medium Red Violet #B53C8E
Tints of Medium Red Violet #B53C8E
RGB
CMYK
RGB Variations
Color information
#B53C8E (or 0xB53C8E) is known color: Medium Red Violet. HEX triplet: B5, 3C and 8E. RGB value is (181,60,142). Sum of RGB (Red+Green+Blue) = 181+60+142=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C8E is #4AC371. Grayscale: #696969. Windows color (decimal): -4899698 or 9321653. OLE color: 9321653.
HSL color Cylindrical-coordinate representation of color #B53C8E: hue angle of 319.34º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C8E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 142 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.29 |
| HSL | 319.34º | 0.5% | 0.47% | - |
| HSV(B) | 319.34º | 0.67% | 0.71% | - |
| XYZ | 25.55 | 15.01 | 27.14 | - |
| YUV | 105.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 142 | 0 | 0.67 | 0.22 | 0.29 | 319.34 | 0.5 | 0.47 |
| Hex | B5 | 3C | 8E | 0 | 43 | 16 | 1D | 13F | 32 | 2F |
| Octal | 265 | 74 | 216 | 0 | 103 | 26 | 35 | 477 | 62 | 57 |
| Binary | 10110101 | 111100 | 10001110 | 0 | 1000011 | 10110 | 11101 | 100111111 | 110010 | 101111 |
Color Harmonies of #B53C8E
Complementary color
Monochromatic Colors of #B53C8E
Black with #B53C8E
Text Example
Text Example
White with #B53C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C8E; }
p { color: rgb(181,60,142); }
H1.HeaderClassName
{
color: #B53C8E;
}
.AnyTagClassName
{
color: #B53C8E;
}
</style>
background-color css
<style>
a { background-color: #B53C8E; }
a { background-color: rgb(181,60,142); }
div.DivClassName
{
background-color: #B53C8E;
}
.BgClassName
{
background-color: #B53C8E;
}
</style>
border-color css
<style>
span { border-color: #B53C8E; }
span { border-color: rgb(181,60,142); }
td.TdClassName
{
border-color: #B53C8E;
}
.TagClassName
{
border-color: #B53C8E;
}
</style>