Shades of Medium Violet Red #B4039C
Tints of Medium Violet Red #B4039C
RGB
CMYK
RGB Variations
Color information
#B4039C (or 0xB4039C) is known color: Medium Violet Red. HEX triplet: B4, 03 and 9C. RGB value is (180,3,156). Sum of RGB (Red+Green+Blue) = 180+3+156=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4039C is #4BFC63. Grayscale: #484848. Windows color (decimal): -4979812 or 10224564. OLE color: 10224564.
HSL color Cylindrical-coordinate representation of color #B4039C: hue angle of 308.14º 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 #B4039C is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.29 |
| HSL | 308.14º | 0.97% | 0.36% | - |
| HSV(B) | 308.14º | 0.98% | 0.71% | - |
| XYZ | 24.86 | 12.17 | 32.49 | - |
| YUV | 73.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 156 | 0 | 0.98 | 0.13 | 0.29 | 308.14 | 0.97 | 0.36 |
| Hex | B4 | 3 | 9C | 0 | 62 | D | 1D | 134 | 61 | 24 |
| Octal | 264 | 3 | 234 | 0 | 142 | 15 | 35 | 464 | 141 | 44 |
| Binary | 10110100 | 11 | 10011100 | 0 | 1100010 | 1101 | 11101 | 100110100 | 1100001 | 100100 |
Color Harmonies of #B4039C
Complementary color
Monochromatic Colors of #B4039C
Black with #B4039C
Text Example
Text Example
White with #B4039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4039C; }
p { color: rgb(180,3,156); }
H1.HeaderClassName
{
color: #B4039C;
}
.AnyTagClassName
{
color: #B4039C;
}
</style>
background-color css
<style>
a { background-color: #B4039C; }
a { background-color: rgb(180,3,156); }
div.DivClassName
{
background-color: #B4039C;
}
.BgClassName
{
background-color: #B4039C;
}
</style>
border-color css
<style>
span { border-color: #B4039C; }
span { border-color: rgb(180,3,156); }
td.TdClassName
{
border-color: #B4039C;
}
.TagClassName
{
border-color: #B4039C;
}
</style>