Shades of Medium Red Violet #B53A8B
Tints of Medium Red Violet #B53A8B
RGB
CMYK
RGB Variations
Color information
#B53A8B (or 0xB53A8B) is known color: Medium Red Violet. HEX triplet: B5, 3A and 8B. RGB value is (181,58,139). Sum of RGB (Red+Green+Blue) = 181+58+139=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A8B is #4AC574. Grayscale: #676767. Windows color (decimal): -4900213 or 9124533. OLE color: 9124533.
HSL color Cylindrical-coordinate representation of color #B53A8B: hue angle of 320.49º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A8B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 139 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.29 |
| HSL | 320.49º | 0.51% | 0.47% | - |
| HSV(B) | 320.49º | 0.68% | 0.71% | - |
| XYZ | 25.23 | 14.71 | 25.94 | - |
| YUV | 104.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 139 | 0 | 0.68 | 0.23 | 0.29 | 320.49 | 0.51 | 0.47 |
| Hex | B5 | 3A | 8B | 0 | 44 | 17 | 1D | 140 | 33 | 2F |
| Octal | 265 | 72 | 213 | 0 | 104 | 27 | 35 | 500 | 63 | 57 |
| Binary | 10110101 | 111010 | 10001011 | 0 | 1000100 | 10111 | 11101 | 101000000 | 110011 | 101111 |
Color Harmonies of #B53A8B
Complementary color
Monochromatic Colors of #B53A8B
Black with #B53A8B
Text Example
Text Example
White with #B53A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A8B; }
p { color: rgb(181,58,139); }
H1.HeaderClassName
{
color: #B53A8B;
}
.AnyTagClassName
{
color: #B53A8B;
}
</style>
background-color css
<style>
a { background-color: #B53A8B; }
a { background-color: rgb(181,58,139); }
div.DivClassName
{
background-color: #B53A8B;
}
.BgClassName
{
background-color: #B53A8B;
}
</style>
border-color css
<style>
span { border-color: #B53A8B; }
span { border-color: rgb(181,58,139); }
td.TdClassName
{
border-color: #B53A8B;
}
.TagClassName
{
border-color: #B53A8B;
}
</style>