Shades of Medium Violet Red #B319A8
Tints of Medium Violet Red #B319A8
RGB
CMYK
RGB Variations
Color information
#B319A8 (or 0xB319A8) is known color: Medium Violet Red. HEX triplet: B3, 19 and A8. RGB value is (179,25,168). Sum of RGB (Red+Green+Blue) = 179+25+168=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B319A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B319A8 is #4CE657. Grayscale: #565656. Windows color (decimal): -5039704 or 11016627. OLE color: 11016627.
HSL color Cylindrical-coordinate representation of color #B319A8: hue angle of 304.29º 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 #B319A8 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 168 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.30 |
| HSL | 304.29º | 0.75% | 0.4% | - |
| HSV(B) | 304.29º | 0.86% | 0.7% | - |
| XYZ | 26.01 | 13.11 | 38.2 | - |
| YUV | 87.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 168 | 0 | 0.86 | 0.06 | 0.30 | 304.29 | 0.75 | 0.4 |
| Hex | B3 | 19 | A8 | 0 | 56 | 6 | 1E | 130 | 4B | 28 |
| Octal | 263 | 31 | 250 | 0 | 126 | 6 | 36 | 460 | 113 | 50 |
| Binary | 10110011 | 11001 | 10101000 | 0 | 1010110 | 110 | 11110 | 100110000 | 1001011 | 101000 |
Color Harmonies of #B319A8
Complementary color
Monochromatic Colors of #B319A8
Black with #B319A8
Text Example
Text Example
White with #B319A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319A8; }
p { color: rgb(179,25,168); }
H1.HeaderClassName
{
color: #B319A8;
}
.AnyTagClassName
{
color: #B319A8;
}
</style>
background-color css
<style>
a { background-color: #B319A8; }
a { background-color: rgb(179,25,168); }
div.DivClassName
{
background-color: #B319A8;
}
.BgClassName
{
background-color: #B319A8;
}
</style>
border-color css
<style>
span { border-color: #B319A8; }
span { border-color: rgb(179,25,168); }
td.TdClassName
{
border-color: #B319A8;
}
.TagClassName
{
border-color: #B319A8;
}
</style>