Shades of Medium Violet Red #B31DA2
Tints of Medium Violet Red #B31DA2
RGB
CMYK
RGB Variations
Color information
#B31DA2 (or 0xB31DA2) is known color: Medium Violet Red. HEX triplet: B3, 1D and A2. RGB value is (179,29,162). Sum of RGB (Red+Green+Blue) = 179+29+162=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DA2 is #4CE25D. Grayscale: #585858. Windows color (decimal): -5038686 or 10624435. OLE color: 10624435.
HSL color Cylindrical-coordinate representation of color #B31DA2: hue angle of 306.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DA2 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 162 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.30 |
| HSL | 306.8º | 0.72% | 0.41% | - |
| HSV(B) | 306.8º | 0.84% | 0.7% | - |
| XYZ | 25.55 | 13.07 | 35.36 | - |
| YUV | 89.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 162 | 0 | 0.84 | 0.09 | 0.30 | 306.8 | 0.72 | 0.41 |
| Hex | B3 | 1D | A2 | 0 | 54 | 9 | 1E | 133 | 48 | 29 |
| Octal | 263 | 35 | 242 | 0 | 124 | 11 | 36 | 463 | 110 | 51 |
| Binary | 10110011 | 11101 | 10100010 | 0 | 1010100 | 1001 | 11110 | 100110011 | 1001000 | 101001 |
Color Harmonies of #B31DA2
Complementary color
Monochromatic Colors of #B31DA2
Black with #B31DA2
Text Example
Text Example
White with #B31DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DA2; }
p { color: rgb(179,29,162); }
H1.HeaderClassName
{
color: #B31DA2;
}
.AnyTagClassName
{
color: #B31DA2;
}
</style>
background-color css
<style>
a { background-color: #B31DA2; }
a { background-color: rgb(179,29,162); }
div.DivClassName
{
background-color: #B31DA2;
}
.BgClassName
{
background-color: #B31DA2;
}
</style>
border-color css
<style>
span { border-color: #B31DA2; }
span { border-color: rgb(179,29,162); }
td.TdClassName
{
border-color: #B31DA2;
}
.TagClassName
{
border-color: #B31DA2;
}
</style>