Shades of Medium Violet Red #B319A2
Tints of Medium Violet Red #B319A2
RGB
CMYK
RGB Variations
Color information
#B319A2 (or 0xB319A2) is known color: Medium Violet Red. HEX triplet: B3, 19 and A2. RGB value is (179,25,162). Sum of RGB (Red+Green+Blue) = 179+25+162=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B319A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B319A2 is #4CE65D. Grayscale: #565656. Windows color (decimal): -5039710 or 10623411. OLE color: 10623411.
HSL color Cylindrical-coordinate representation of color #B319A2: hue angle of 306.62º 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 #B319A2 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 162 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.30 |
| HSL | 306.62º | 0.75% | 0.4% | - |
| HSV(B) | 306.62º | 0.86% | 0.7% | - |
| XYZ | 25.46 | 12.89 | 35.33 | - |
| YUV | 86.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 162 | 0 | 0.86 | 0.09 | 0.30 | 306.62 | 0.75 | 0.4 |
| Hex | B3 | 19 | A2 | 0 | 56 | 9 | 1E | 133 | 4B | 28 |
| Octal | 263 | 31 | 242 | 0 | 126 | 11 | 36 | 463 | 113 | 50 |
| Binary | 10110011 | 11001 | 10100010 | 0 | 1010110 | 1001 | 11110 | 100110011 | 1001011 | 101000 |
Color Harmonies of #B319A2
Complementary color
Monochromatic Colors of #B319A2
Black with #B319A2
Text Example
Text Example
White with #B319A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319A2; }
p { color: rgb(179,25,162); }
H1.HeaderClassName
{
color: #B319A2;
}
.AnyTagClassName
{
color: #B319A2;
}
</style>
background-color css
<style>
a { background-color: #B319A2; }
a { background-color: rgb(179,25,162); }
div.DivClassName
{
background-color: #B319A2;
}
.BgClassName
{
background-color: #B319A2;
}
</style>
border-color css
<style>
span { border-color: #B319A2; }
span { border-color: rgb(179,25,162); }
td.TdClassName
{
border-color: #B319A2;
}
.TagClassName
{
border-color: #B319A2;
}
</style>