Shades of Medium Violet Red #B419A4
Tints of Medium Violet Red #B419A4
RGB
CMYK
RGB Variations
Color information
#B419A4 (or 0xB419A4) is known color: Medium Violet Red. HEX triplet: B4, 19 and A4. RGB value is (180,25,164). Sum of RGB (Red+Green+Blue) = 180+25+164=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B419A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419A4 is #4BE65B. Grayscale: #565656. Windows color (decimal): -4974172 or 10754484. OLE color: 10754484.
HSL color Cylindrical-coordinate representation of color #B419A4: hue angle of 306.19º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B419A4 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 25 | 164 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.29 |
| HSL | 306.19º | 0.76% | 0.4% | - |
| HSV(B) | 306.19º | 0.86% | 0.71% | - |
| XYZ | 25.87 | 13.08 | 36.28 | - |
| YUV | 87.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 25 | 164 | 0 | 0.86 | 0.09 | 0.29 | 306.19 | 0.76 | 0.4 |
| Hex | B4 | 19 | A4 | 0 | 56 | 9 | 1D | 132 | 4C | 28 |
| Octal | 264 | 31 | 244 | 0 | 126 | 11 | 35 | 462 | 114 | 50 |
| Binary | 10110100 | 11001 | 10100100 | 0 | 1010110 | 1001 | 11101 | 100110010 | 1001100 | 101000 |
Color Harmonies of #B419A4
Complementary color
Monochromatic Colors of #B419A4
Black with #B419A4
Text Example
Text Example
White with #B419A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B419A4; }
p { color: rgb(180,25,164); }
H1.HeaderClassName
{
color: #B419A4;
}
.AnyTagClassName
{
color: #B419A4;
}
</style>
background-color css
<style>
a { background-color: #B419A4; }
a { background-color: rgb(180,25,164); }
div.DivClassName
{
background-color: #B419A4;
}
.BgClassName
{
background-color: #B419A4;
}
</style>
border-color css
<style>
span { border-color: #B419A4; }
span { border-color: rgb(180,25,164); }
td.TdClassName
{
border-color: #B419A4;
}
.TagClassName
{
border-color: #B419A4;
}
</style>