Shades of Medium Red Violet #B53E97
Tints of Medium Red Violet #B53E97
RGB
CMYK
RGB Variations
Color information
#B53E97 (or 0xB53E97) is known color: Medium Red Violet. HEX triplet: B5, 3E and 97. RGB value is (181,62,151). Sum of RGB (Red+Green+Blue) = 181+62+151=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E97 is #4AC168. Grayscale: #6B6B6B. Windows color (decimal): -4899177 or 9911989. OLE color: 9911989.
HSL color Cylindrical-coordinate representation of color #B53E97: hue angle of 315.13º 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 #B53E97 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 151 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.29 |
| HSL | 315.13º | 0.49% | 0.48% | - |
| HSV(B) | 315.13º | 0.66% | 0.71% | - |
| XYZ | 26.36 | 15.5 | 30.88 | - |
| YUV | 107.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 151 | 0 | 0.66 | 0.17 | 0.29 | 315.13 | 0.49 | 0.48 |
| Hex | B5 | 3E | 97 | 0 | 42 | 11 | 1D | 13B | 31 | 30 |
| Octal | 265 | 76 | 227 | 0 | 102 | 21 | 35 | 473 | 61 | 60 |
| Binary | 10110101 | 111110 | 10010111 | 0 | 1000010 | 10001 | 11101 | 100111011 | 110001 | 110000 |
Color Harmonies of #B53E97
Complementary color
Monochromatic Colors of #B53E97
Black with #B53E97
Text Example
Text Example
White with #B53E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E97; }
p { color: rgb(181,62,151); }
H1.HeaderClassName
{
color: #B53E97;
}
.AnyTagClassName
{
color: #B53E97;
}
</style>
background-color css
<style>
a { background-color: #B53E97; }
a { background-color: rgb(181,62,151); }
div.DivClassName
{
background-color: #B53E97;
}
.BgClassName
{
background-color: #B53E97;
}
</style>
border-color css
<style>
span { border-color: #B53E97; }
span { border-color: rgb(181,62,151); }
td.TdClassName
{
border-color: #B53E97;
}
.TagClassName
{
border-color: #B53E97;
}
</style>