Shades of Medium Violet Red #B31DAA
Tints of Medium Violet Red #B31DAA
RGB
CMYK
RGB Variations
Color information
#B31DAA (or 0xB31DAA) is known color: Medium Violet Red. HEX triplet: B3, 1D and AA. RGB value is (179,29,170). Sum of RGB (Red+Green+Blue) = 179+29+170=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DAA is #4CE255. Grayscale: #595959. Windows color (decimal): -5038678 or 11148723. OLE color: 11148723.
HSL color Cylindrical-coordinate representation of color #B31DAA: hue angle of 303.6º 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 #B31DAA is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 170 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.30 |
| HSL | 303.6º | 0.72% | 0.41% | - |
| HSV(B) | 303.6º | 0.84% | 0.7% | - |
| XYZ | 26.29 | 13.36 | 39.22 | - |
| YUV | 89.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 170 | 0 | 0.84 | 0.05 | 0.30 | 303.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | AA | 0 | 54 | 5 | 1E | 130 | 48 | 29 |
| Octal | 263 | 35 | 252 | 0 | 124 | 5 | 36 | 460 | 110 | 51 |
| Binary | 10110011 | 11101 | 10101010 | 0 | 1010100 | 101 | 11110 | 100110000 | 1001000 | 101001 |
Color Harmonies of #B31DAA
Complementary color
Monochromatic Colors of #B31DAA
Black with #B31DAA
Text Example
Text Example
White with #B31DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DAA; }
p { color: rgb(179,29,170); }
H1.HeaderClassName
{
color: #B31DAA;
}
.AnyTagClassName
{
color: #B31DAA;
}
</style>
background-color css
<style>
a { background-color: #B31DAA; }
a { background-color: rgb(179,29,170); }
div.DivClassName
{
background-color: #B31DAA;
}
.BgClassName
{
background-color: #B31DAA;
}
</style>
border-color css
<style>
span { border-color: #B31DAA; }
span { border-color: rgb(179,29,170); }
td.TdClassName
{
border-color: #B31DAA;
}
.TagClassName
{
border-color: #B31DAA;
}
</style>