Shades of Medium Violet Red #B5048E
Tints of Medium Violet Red #B5048E
RGB
CMYK
RGB Variations
Color information
#B5048E (or 0xB5048E) is known color: Medium Violet Red. HEX triplet: B5, 04 and 8E. RGB value is (181,4,142). Sum of RGB (Red+Green+Blue) = 181+4+142=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5048E is #4AFB71. Grayscale: #484848. Windows color (decimal): -4914034 or 9307317. OLE color: 9307317.
HSL color Cylindrical-coordinate representation of color #B5048E: hue angle of 313.22º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5048E is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.29 |
| HSL | 313.22º | 0.96% | 0.36% | - |
| HSV(B) | 313.22º | 0.98% | 0.71% | - |
| XYZ | 23.98 | 11.86 | 26.62 | - |
| YUV | 72.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 142 | 0 | 0.98 | 0.22 | 0.29 | 313.22 | 0.96 | 0.36 |
| Hex | B5 | 4 | 8E | 0 | 62 | 16 | 1D | 139 | 60 | 24 |
| Octal | 265 | 4 | 216 | 0 | 142 | 26 | 35 | 471 | 140 | 44 |
| Binary | 10110101 | 100 | 10001110 | 0 | 1100010 | 10110 | 11101 | 100111001 | 1100000 | 100100 |
Color Harmonies of #B5048E
Complementary color
Monochromatic Colors of #B5048E
Black with #B5048E
Text Example
Text Example
White with #B5048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5048E; }
p { color: rgb(181,4,142); }
H1.HeaderClassName
{
color: #B5048E;
}
.AnyTagClassName
{
color: #B5048E;
}
</style>
background-color css
<style>
a { background-color: #B5048E; }
a { background-color: rgb(181,4,142); }
div.DivClassName
{
background-color: #B5048E;
}
.BgClassName
{
background-color: #B5048E;
}
</style>
border-color css
<style>
span { border-color: #B5048E; }
span { border-color: rgb(181,4,142); }
td.TdClassName
{
border-color: #B5048E;
}
.TagClassName
{
border-color: #B5048E;
}
</style>