Shades of Medium Violet Red #B5039C
Tints of Medium Violet Red #B5039C
RGB
CMYK
RGB Variations
Color information
#B5039C (or 0xB5039C) is known color: Medium Violet Red. HEX triplet: B5, 03 and 9C. RGB value is (181,3,156). Sum of RGB (Red+Green+Blue) = 181+3+156=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5039C is #4AFC63. Grayscale: #494949. Windows color (decimal): -4914276 or 10224565. OLE color: 10224565.
HSL color Cylindrical-coordinate representation of color #B5039C: hue angle of 308.43º degrees, saturation: 0.97, 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 #B5039C is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.29 |
| HSL | 308.43º | 0.97% | 0.36% | - |
| HSV(B) | 308.43º | 0.98% | 0.71% | - |
| XYZ | 25.09 | 12.29 | 32.5 | - |
| YUV | 73.66 | 174.47 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 156 | 0 | 0.98 | 0.14 | 0.29 | 308.43 | 0.97 | 0.36 |
| Hex | B5 | 3 | 9C | 0 | 62 | E | 1D | 134 | 61 | 24 |
| Octal | 265 | 3 | 234 | 0 | 142 | 16 | 35 | 464 | 141 | 44 |
| Binary | 10110101 | 11 | 10011100 | 0 | 1100010 | 1110 | 11101 | 100110100 | 1100001 | 100100 |
Color Harmonies of #B5039C
Complementary color
Monochromatic Colors of #B5039C
Black with #B5039C
Text Example
Text Example
White with #B5039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5039C; }
p { color: rgb(181,3,156); }
H1.HeaderClassName
{
color: #B5039C;
}
.AnyTagClassName
{
color: #B5039C;
}
</style>
background-color css
<style>
a { background-color: #B5039C; }
a { background-color: rgb(181,3,156); }
div.DivClassName
{
background-color: #B5039C;
}
.BgClassName
{
background-color: #B5039C;
}
</style>
border-color css
<style>
span { border-color: #B5039C; }
span { border-color: rgb(181,3,156); }
td.TdClassName
{
border-color: #B5039C;
}
.TagClassName
{
border-color: #B5039C;
}
</style>