Shades of Medium Violet Red #B312A1
Tints of Medium Violet Red #B312A1
RGB
CMYK
RGB Variations
Color information
#B312A1 (or 0xB312A1) is known color: Medium Violet Red. HEX triplet: B3, 12 and A1. RGB value is (179,18,161). Sum of RGB (Red+Green+Blue) = 179+18+161=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B312A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B312A1 is #4CED5E. Grayscale: #525252. Windows color (decimal): -5041503 or 10556083. OLE color: 10556083.
HSL color Cylindrical-coordinate representation of color #B312A1: hue angle of 306.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B312A1 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 161 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.30 |
| HSL | 306.71º | 0.82% | 0.39% | - |
| HSV(B) | 306.71º | 0.9% | 0.7% | - |
| XYZ | 25.24 | 12.59 | 34.82 | - |
| YUV | 82.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 161 | 0 | 0.90 | 0.10 | 0.30 | 306.71 | 0.82 | 0.39 |
| Hex | B3 | 12 | A1 | 0 | 5A | A | 1E | 133 | 52 | 27 |
| Octal | 263 | 22 | 241 | 0 | 132 | 12 | 36 | 463 | 122 | 47 |
| Binary | 10110011 | 10010 | 10100001 | 0 | 1011010 | 1010 | 11110 | 100110011 | 1010010 | 100111 |
Color Harmonies of #B312A1
Complementary color
Monochromatic Colors of #B312A1
Black with #B312A1
Text Example
Text Example
White with #B312A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312A1; }
p { color: rgb(179,18,161); }
H1.HeaderClassName
{
color: #B312A1;
}
.AnyTagClassName
{
color: #B312A1;
}
</style>
background-color css
<style>
a { background-color: #B312A1; }
a { background-color: rgb(179,18,161); }
div.DivClassName
{
background-color: #B312A1;
}
.BgClassName
{
background-color: #B312A1;
}
</style>
border-color css
<style>
span { border-color: #B312A1; }
span { border-color: rgb(179,18,161); }
td.TdClassName
{
border-color: #B312A1;
}
.TagClassName
{
border-color: #B312A1;
}
</style>