Shades of Medium Violet Red #B404A2
Tints of Medium Violet Red #B404A2
RGB
CMYK
RGB Variations
Color information
#B404A2 (or 0xB404A2) is known color: Medium Violet Red. HEX triplet: B4, 04 and A2. RGB value is (180,4,162). Sum of RGB (Red+Green+Blue) = 180+4+162=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B404A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B404A2 is #4BFB5D. Grayscale: #4A4A4A. Windows color (decimal): -4979550 or 10618036. OLE color: 10618036.
HSL color Cylindrical-coordinate representation of color #B404A2: hue angle of 306.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 #B404A2 is Cyan = 0, Magento = 0.98, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.1 | 0.29 |
| HSL | 306.14º | 0.96% | 0.36% | - |
| HSV(B) | 306.14º | 0.98% | 0.71% | - |
| XYZ | 25.39 | 12.4 | 35.24 | - |
| YUV | 74.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 162 | 0 | 0.98 | 0.1 | 0.29 | 306.14 | 0.96 | 0.36 |
| Hex | B4 | 4 | A2 | 0 | 62 | A | 1D | 132 | 60 | 24 |
| Octal | 264 | 4 | 242 | 0 | 142 | 12 | 35 | 462 | 140 | 44 |
| Binary | 10110100 | 100 | 10100010 | 0 | 1100010 | 1010 | 11101 | 100110010 | 1100000 | 100100 |
Color Harmonies of #B404A2
Complementary color
Monochromatic Colors of #B404A2
Black with #B404A2
Text Example
Text Example
White with #B404A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404A2; }
p { color: rgb(180,4,162); }
H1.HeaderClassName
{
color: #B404A2;
}
.AnyTagClassName
{
color: #B404A2;
}
</style>
background-color css
<style>
a { background-color: #B404A2; }
a { background-color: rgb(180,4,162); }
div.DivClassName
{
background-color: #B404A2;
}
.BgClassName
{
background-color: #B404A2;
}
</style>
border-color css
<style>
span { border-color: #B404A2; }
span { border-color: rgb(180,4,162); }
td.TdClassName
{
border-color: #B404A2;
}
.TagClassName
{
border-color: #B404A2;
}
</style>