Shades of Medium Violet Red #B31DA1
Tints of Medium Violet Red #B31DA1
RGB
CMYK
RGB Variations
Color information
#B31DA1 (or 0xB31DA1) is known color: Medium Violet Red. HEX triplet: B3, 1D and A1. RGB value is (179,29,161). Sum of RGB (Red+Green+Blue) = 179+29+161=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DA1 is #4CE25E. Grayscale: #585858. Windows color (decimal): -5038687 or 10558899. OLE color: 10558899.
HSL color Cylindrical-coordinate representation of color #B31DA1: hue angle of 307.2º 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 #B31DA1 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 161 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.30 |
| HSL | 307.2º | 0.72% | 0.41% | - |
| HSV(B) | 307.2º | 0.84% | 0.7% | - |
| XYZ | 25.46 | 13.04 | 34.89 | - |
| YUV | 88.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 161 | 0 | 0.84 | 0.10 | 0.30 | 307.2 | 0.72 | 0.41 |
| Hex | B3 | 1D | A1 | 0 | 54 | A | 1E | 133 | 48 | 29 |
| Octal | 263 | 35 | 241 | 0 | 124 | 12 | 36 | 463 | 110 | 51 |
| Binary | 10110011 | 11101 | 10100001 | 0 | 1010100 | 1010 | 11110 | 100110011 | 1001000 | 101001 |
Color Harmonies of #B31DA1
Complementary color
Monochromatic Colors of #B31DA1
Black with #B31DA1
Text Example
Text Example
White with #B31DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DA1; }
p { color: rgb(179,29,161); }
H1.HeaderClassName
{
color: #B31DA1;
}
.AnyTagClassName
{
color: #B31DA1;
}
</style>
background-color css
<style>
a { background-color: #B31DA1; }
a { background-color: rgb(179,29,161); }
div.DivClassName
{
background-color: #B31DA1;
}
.BgClassName
{
background-color: #B31DA1;
}
</style>
border-color css
<style>
span { border-color: #B31DA1; }
span { border-color: rgb(179,29,161); }
td.TdClassName
{
border-color: #B31DA1;
}
.TagClassName
{
border-color: #B31DA1;
}
</style>