Shades of Medium Violet Red #B219A2
Tints of Medium Violet Red #B219A2
RGB
CMYK
RGB Variations
Color information
#B219A2 (or 0xB219A2) is known color: Medium Violet Red. HEX triplet: B2, 19 and A2. RGB value is (178,25,162). Sum of RGB (Red+Green+Blue) = 178+25+162=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B219A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219A2 is #4DE65D. Grayscale: #555555. Windows color (decimal): -5105246 or 10623410. OLE color: 10623410.
HSL color Cylindrical-coordinate representation of color #B219A2: hue angle of 306.27º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B219A2 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 162 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.30 |
| HSL | 306.27º | 0.75% | 0.4% | - |
| HSV(B) | 306.27º | 0.86% | 0.7% | - |
| XYZ | 25.23 | 12.77 | 35.32 | - |
| YUV | 86.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 162 | 0 | 0.86 | 0.09 | 0.30 | 306.27 | 0.75 | 0.4 |
| Hex | B2 | 19 | A2 | 0 | 56 | 9 | 1E | 132 | 4B | 28 |
| Octal | 262 | 31 | 242 | 0 | 126 | 11 | 36 | 462 | 113 | 50 |
| Binary | 10110010 | 11001 | 10100010 | 0 | 1010110 | 1001 | 11110 | 100110010 | 1001011 | 101000 |
Color Harmonies of #B219A2
Complementary color
Monochromatic Colors of #B219A2
Black with #B219A2
Text Example
Text Example
White with #B219A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219A2; }
p { color: rgb(178,25,162); }
H1.HeaderClassName
{
color: #B219A2;
}
.AnyTagClassName
{
color: #B219A2;
}
</style>
background-color css
<style>
a { background-color: #B219A2; }
a { background-color: rgb(178,25,162); }
div.DivClassName
{
background-color: #B219A2;
}
.BgClassName
{
background-color: #B219A2;
}
</style>
border-color css
<style>
span { border-color: #B219A2; }
span { border-color: rgb(178,25,162); }
td.TdClassName
{
border-color: #B219A2;
}
.TagClassName
{
border-color: #B219A2;
}
</style>