Shades of Medium Red Violet #B53D96
Tints of Medium Red Violet #B53D96
RGB
CMYK
RGB Variations
Color information
#B53D96 (or 0xB53D96) is known color: Medium Red Violet. HEX triplet: B5, 3D and 96. RGB value is (181,61,150). Sum of RGB (Red+Green+Blue) = 181+61+150=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D96 is #4AC269. Grayscale: #6A6A6A. Windows color (decimal): -4899434 or 9846197. OLE color: 9846197.
HSL color Cylindrical-coordinate representation of color #B53D96: hue angle of 315.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D96 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 150 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.29 |
| HSL | 315.5º | 0.5% | 0.47% | - |
| HSV(B) | 315.5º | 0.66% | 0.71% | - |
| XYZ | 26.23 | 15.36 | 30.44 | - |
| YUV | 107.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 150 | 0 | 0.66 | 0.17 | 0.29 | 315.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 96 | 0 | 42 | 11 | 1D | 13C | 32 | 2F |
| Octal | 265 | 75 | 226 | 0 | 102 | 21 | 35 | 474 | 62 | 57 |
| Binary | 10110101 | 111101 | 10010110 | 0 | 1000010 | 10001 | 11101 | 100111100 | 110010 | 101111 |
Color Harmonies of #B53D96
Complementary color
Monochromatic Colors of #B53D96
Black with #B53D96
Text Example
Text Example
White with #B53D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D96; }
p { color: rgb(181,61,150); }
H1.HeaderClassName
{
color: #B53D96;
}
.AnyTagClassName
{
color: #B53D96;
}
</style>
background-color css
<style>
a { background-color: #B53D96; }
a { background-color: rgb(181,61,150); }
div.DivClassName
{
background-color: #B53D96;
}
.BgClassName
{
background-color: #B53D96;
}
</style>
border-color css
<style>
span { border-color: #B53D96; }
span { border-color: rgb(181,61,150); }
td.TdClassName
{
border-color: #B53D96;
}
.TagClassName
{
border-color: #B53D96;
}
</style>