Shades of Medium Violet Red #B320A0
Tints of Medium Violet Red #B320A0
RGB
CMYK
RGB Variations
Color information
#B320A0 (or 0xB320A0) is known color: Medium Violet Red. HEX triplet: B3, 20 and A0. RGB value is (179,32,160). Sum of RGB (Red+Green+Blue) = 179+32+160=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B320A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320A0 is #4CDF5F. Grayscale: #5A5A5A. Windows color (decimal): -5037920 or 10494131. OLE color: 10494131.
HSL color Cylindrical-coordinate representation of color #B320A0: hue angle of 307.76º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B320A0 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 160 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.30 |
| HSL | 307.76º | 0.7% | 0.41% | - |
| HSV(B) | 307.76º | 0.82% | 0.7% | - |
| XYZ | 25.45 | 13.15 | 34.46 | - |
| YUV | 90.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 160 | 0 | 0.82 | 0.11 | 0.30 | 307.76 | 0.7 | 0.41 |
| Hex | B3 | 20 | A0 | 0 | 52 | B | 1E | 134 | 46 | 29 |
| Octal | 263 | 40 | 240 | 0 | 122 | 13 | 36 | 464 | 106 | 51 |
| Binary | 10110011 | 100000 | 10100000 | 0 | 1010010 | 1011 | 11110 | 100110100 | 1000110 | 101001 |
Color Harmonies of #B320A0
Complementary color
Monochromatic Colors of #B320A0
Black with #B320A0
Text Example
Text Example
White with #B320A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320A0; }
p { color: rgb(179,32,160); }
H1.HeaderClassName
{
color: #B320A0;
}
.AnyTagClassName
{
color: #B320A0;
}
</style>
background-color css
<style>
a { background-color: #B320A0; }
a { background-color: rgb(179,32,160); }
div.DivClassName
{
background-color: #B320A0;
}
.BgClassName
{
background-color: #B320A0;
}
</style>
border-color css
<style>
span { border-color: #B320A0; }
span { border-color: rgb(179,32,160); }
td.TdClassName
{
border-color: #B320A0;
}
.TagClassName
{
border-color: #B320A0;
}
</style>