Shades of Medium Red Violet #B53878
Tints of Medium Red Violet #B53878
RGB
CMYK
RGB Variations
Color information
#B53878 (or 0xB53878) is known color: Medium Red Violet. HEX triplet: B5, 38 and 78. RGB value is (181,56,120). Sum of RGB (Red+Green+Blue) = 181+56+120=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B53878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53878 is #4AC787. Grayscale: #646464. Windows color (decimal): -4900744 or 7878837. OLE color: 7878837.
HSL color Cylindrical-coordinate representation of color #B53878: hue angle of 329.28º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53878 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 120 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.29 |
| HSL | 329.28º | 0.53% | 0.46% | - |
| HSV(B) | 329.28º | 0.69% | 0.71% | - |
| XYZ | 23.86 | 14.01 | 19.22 | - |
| YUV | 100.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 120 | 0 | 0.69 | 0.34 | 0.29 | 329.28 | 0.53 | 0.46 |
| Hex | B5 | 38 | 78 | 0 | 45 | 22 | 1D | 149 | 35 | 2E |
| Octal | 265 | 70 | 170 | 0 | 105 | 42 | 35 | 511 | 65 | 56 |
| Binary | 10110101 | 111000 | 1111000 | 0 | 1000101 | 100010 | 11101 | 101001001 | 110101 | 101110 |
Color Harmonies of #B53878
Complementary color
Monochromatic Colors of #B53878
Black with #B53878
Text Example
Text Example
White with #B53878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53878; }
p { color: rgb(181,56,120); }
H1.HeaderClassName
{
color: #B53878;
}
.AnyTagClassName
{
color: #B53878;
}
</style>
background-color css
<style>
a { background-color: #B53878; }
a { background-color: rgb(181,56,120); }
div.DivClassName
{
background-color: #B53878;
}
.BgClassName
{
background-color: #B53878;
}
</style>
border-color css
<style>
span { border-color: #B53878; }
span { border-color: rgb(181,56,120); }
td.TdClassName
{
border-color: #B53878;
}
.TagClassName
{
border-color: #B53878;
}
</style>