Shades of Medium Violet Red #B320A3
Tints of Medium Violet Red #B320A3
RGB
CMYK
RGB Variations
Color information
#B320A3 (or 0xB320A3) is known color: Medium Violet Red. HEX triplet: B3, 20 and A3. RGB value is (179,32,163). Sum of RGB (Red+Green+Blue) = 179+32+163=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B320A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320A3 is #4CDF5C. Grayscale: #5A5A5A. Windows color (decimal): -5037917 or 10690739. OLE color: 10690739.
HSL color Cylindrical-coordinate representation of color #B320A3: hue angle of 306.53º 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 #B320A3 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 163 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.30 |
| HSL | 306.53º | 0.7% | 0.41% | - |
| HSV(B) | 306.53º | 0.82% | 0.7% | - |
| XYZ | 25.72 | 13.26 | 35.85 | - |
| YUV | 90.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 163 | 0 | 0.82 | 0.09 | 0.30 | 306.53 | 0.7 | 0.41 |
| Hex | B3 | 20 | A3 | 0 | 52 | 9 | 1E | 133 | 46 | 29 |
| Octal | 263 | 40 | 243 | 0 | 122 | 11 | 36 | 463 | 106 | 51 |
| Binary | 10110011 | 100000 | 10100011 | 0 | 1010010 | 1001 | 11110 | 100110011 | 1000110 | 101001 |
Color Harmonies of #B320A3
Complementary color
Monochromatic Colors of #B320A3
Black with #B320A3
Text Example
Text Example
White with #B320A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320A3; }
p { color: rgb(179,32,163); }
H1.HeaderClassName
{
color: #B320A3;
}
.AnyTagClassName
{
color: #B320A3;
}
</style>
background-color css
<style>
a { background-color: #B320A3; }
a { background-color: rgb(179,32,163); }
div.DivClassName
{
background-color: #B320A3;
}
.BgClassName
{
background-color: #B320A3;
}
</style>
border-color css
<style>
span { border-color: #B320A3; }
span { border-color: rgb(179,32,163); }
td.TdClassName
{
border-color: #B320A3;
}
.TagClassName
{
border-color: #B320A3;
}
</style>