Shades of Medium Violet Red #B5049D
Tints of Medium Violet Red #B5049D
RGB
CMYK
RGB Variations
Color information
#B5049D (or 0xB5049D) is known color: Medium Violet Red. HEX triplet: B5, 04 and 9D. RGB value is (181,4,157). Sum of RGB (Red+Green+Blue) = 181+4+157=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5049D is #4AFB62. Grayscale: #494949. Windows color (decimal): -4914019 or 10290357. OLE color: 10290357.
HSL color Cylindrical-coordinate representation of color #B5049D: hue angle of 308.14º 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 #B5049D is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.29 |
| HSL | 308.14º | 0.96% | 0.36% | - |
| HSV(B) | 308.14º | 0.98% | 0.71% | - |
| XYZ | 25.19 | 12.34 | 32.95 | - |
| YUV | 74.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 157 | 0 | 0.98 | 0.13 | 0.29 | 308.14 | 0.96 | 0.36 |
| Hex | B5 | 4 | 9D | 0 | 62 | D | 1D | 134 | 60 | 24 |
| Octal | 265 | 4 | 235 | 0 | 142 | 15 | 35 | 464 | 140 | 44 |
| Binary | 10110101 | 100 | 10011101 | 0 | 1100010 | 1101 | 11101 | 100110100 | 1100000 | 100100 |
Color Harmonies of #B5049D
Complementary color
Monochromatic Colors of #B5049D
Black with #B5049D
Text Example
Text Example
White with #B5049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5049D; }
p { color: rgb(181,4,157); }
H1.HeaderClassName
{
color: #B5049D;
}
.AnyTagClassName
{
color: #B5049D;
}
</style>
background-color css
<style>
a { background-color: #B5049D; }
a { background-color: rgb(181,4,157); }
div.DivClassName
{
background-color: #B5049D;
}
.BgClassName
{
background-color: #B5049D;
}
</style>
border-color css
<style>
span { border-color: #B5049D; }
span { border-color: rgb(181,4,157); }
td.TdClassName
{
border-color: #B5049D;
}
.TagClassName
{
border-color: #B5049D;
}
</style>