Shades of Medium Violet Red #B31D96
Tints of Medium Violet Red #B31D96
RGB
CMYK
RGB Variations
Color information
#B31D96 (or 0xB31D96) is known color: Medium Violet Red. HEX triplet: B3, 1D and 96. RGB value is (179,29,150). Sum of RGB (Red+Green+Blue) = 179+29+150=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31D96 is #4CE269. Grayscale: #575757. Windows color (decimal): -5038698 or 9838003. OLE color: 9838003.
HSL color Cylindrical-coordinate representation of color #B31D96: hue angle of 311.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 #B31D96 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 150 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.30 |
| HSL | 311.6º | 0.72% | 0.41% | - |
| HSV(B) | 311.6º | 0.84% | 0.7% | - |
| XYZ | 24.53 | 12.66 | 30.01 | - |
| YUV | 87.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 150 | 0 | 0.84 | 0.16 | 0.30 | 311.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | 96 | 0 | 54 | 10 | 1E | 138 | 48 | 29 |
| Octal | 263 | 35 | 226 | 0 | 124 | 20 | 36 | 470 | 110 | 51 |
| Binary | 10110011 | 11101 | 10010110 | 0 | 1010100 | 10000 | 11110 | 100111000 | 1001000 | 101001 |
Color Harmonies of #B31D96
Complementary color
Monochromatic Colors of #B31D96
Black with #B31D96
Text Example
Text Example
White with #B31D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D96; }
p { color: rgb(179,29,150); }
H1.HeaderClassName
{
color: #B31D96;
}
.AnyTagClassName
{
color: #B31D96;
}
</style>
background-color css
<style>
a { background-color: #B31D96; }
a { background-color: rgb(179,29,150); }
div.DivClassName
{
background-color: #B31D96;
}
.BgClassName
{
background-color: #B31D96;
}
</style>
border-color css
<style>
span { border-color: #B31D96; }
span { border-color: rgb(179,29,150); }
td.TdClassName
{
border-color: #B31D96;
}
.TagClassName
{
border-color: #B31D96;
}
</style>