Shades of Medium Violet Red #B404A0
Tints of Medium Violet Red #B404A0
RGB
CMYK
RGB Variations
Color information
#B404A0 (or 0xB404A0) is known color: Medium Violet Red. HEX triplet: B4, 04 and A0. RGB value is (180,4,160). Sum of RGB (Red+Green+Blue) = 180+4+160=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B404A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B404A0 is #4BFB5F. Grayscale: #494949. Windows color (decimal): -4979552 or 10486964. OLE color: 10486964.
HSL color Cylindrical-coordinate representation of color #B404A0: hue angle of 306.82º 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 #B404A0 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.29 |
| HSL | 306.82º | 0.96% | 0.36% | - |
| HSV(B) | 306.82º | 0.98% | 0.71% | - |
| XYZ | 25.21 | 12.33 | 34.31 | - |
| YUV | 74.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 160 | 0 | 0.98 | 0.11 | 0.29 | 306.82 | 0.96 | 0.36 |
| Hex | B4 | 4 | A0 | 0 | 62 | B | 1D | 133 | 60 | 24 |
| Octal | 264 | 4 | 240 | 0 | 142 | 13 | 35 | 463 | 140 | 44 |
| Binary | 10110100 | 100 | 10100000 | 0 | 1100010 | 1011 | 11101 | 100110011 | 1100000 | 100100 |
Color Harmonies of #B404A0
Complementary color
Monochromatic Colors of #B404A0
Black with #B404A0
Text Example
Text Example
White with #B404A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404A0; }
p { color: rgb(180,4,160); }
H1.HeaderClassName
{
color: #B404A0;
}
.AnyTagClassName
{
color: #B404A0;
}
</style>
background-color css
<style>
a { background-color: #B404A0; }
a { background-color: rgb(180,4,160); }
div.DivClassName
{
background-color: #B404A0;
}
.BgClassName
{
background-color: #B404A0;
}
</style>
border-color css
<style>
span { border-color: #B404A0; }
span { border-color: rgb(180,4,160); }
td.TdClassName
{
border-color: #B404A0;
}
.TagClassName
{
border-color: #B404A0;
}
</style>