Shades of Medium Red Violet #B53D8A
Tints of Medium Red Violet #B53D8A
RGB
CMYK
RGB Variations
Color information
#B53D8A (or 0xB53D8A) is known color: Medium Red Violet. HEX triplet: B5, 3D and 8A. RGB value is (181,61,138). Sum of RGB (Red+Green+Blue) = 181+61+138=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D8A is #4AC275. Grayscale: #696969. Windows color (decimal): -4899446 or 9059765. OLE color: 9059765.
HSL color Cylindrical-coordinate representation of color #B53D8A: hue angle of 321.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 #B53D8A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 138 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.29 |
| HSL | 321.5º | 0.5% | 0.47% | - |
| HSV(B) | 321.5º | 0.66% | 0.71% | - |
| XYZ | 25.31 | 15 | 25.61 | - |
| YUV | 105.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 138 | 0 | 0.66 | 0.24 | 0.29 | 321.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 8A | 0 | 42 | 18 | 1D | 142 | 32 | 2F |
| Octal | 265 | 75 | 212 | 0 | 102 | 30 | 35 | 502 | 62 | 57 |
| Binary | 10110101 | 111101 | 10001010 | 0 | 1000010 | 11000 | 11101 | 101000010 | 110010 | 101111 |
Color Harmonies of #B53D8A
Complementary color
Monochromatic Colors of #B53D8A
Black with #B53D8A
Text Example
Text Example
White with #B53D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D8A; }
p { color: rgb(181,61,138); }
H1.HeaderClassName
{
color: #B53D8A;
}
.AnyTagClassName
{
color: #B53D8A;
}
</style>
background-color css
<style>
a { background-color: #B53D8A; }
a { background-color: rgb(181,61,138); }
div.DivClassName
{
background-color: #B53D8A;
}
.BgClassName
{
background-color: #B53D8A;
}
</style>
border-color css
<style>
span { border-color: #B53D8A; }
span { border-color: rgb(181,61,138); }
td.TdClassName
{
border-color: #B53D8A;
}
.TagClassName
{
border-color: #B53D8A;
}
</style>