Shades of Medium Violet Red #B41997
Tints of Medium Violet Red #B41997
RGB
CMYK
RGB Variations
Color information
#B41997 (or 0xB41997) is known color: Medium Violet Red. HEX triplet: B4, 19 and 97. RGB value is (180,25,151). Sum of RGB (Red+Green+Blue) = 180+25+151=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B41997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41997 is #4BE668. Grayscale: #555555. Windows color (decimal): -4974185 or 9902516. OLE color: 9902516.
HSL color Cylindrical-coordinate representation of color #B41997: hue angle of 311.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41997 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 25 | 151 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.29 |
| HSL | 311.23º | 0.76% | 0.4% | - |
| HSV(B) | 311.23º | 0.86% | 0.71% | - |
| XYZ | 24.76 | 12.63 | 30.41 | - |
| YUV | 85.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 25 | 151 | 0 | 0.86 | 0.16 | 0.29 | 311.23 | 0.76 | 0.4 |
| Hex | B4 | 19 | 97 | 0 | 56 | 10 | 1D | 137 | 4C | 28 |
| Octal | 264 | 31 | 227 | 0 | 126 | 20 | 35 | 467 | 114 | 50 |
| Binary | 10110100 | 11001 | 10010111 | 0 | 1010110 | 10000 | 11101 | 100110111 | 1001100 | 101000 |
Color Harmonies of #B41997
Complementary color
Monochromatic Colors of #B41997
Black with #B41997
Text Example
Text Example
White with #B41997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41997; }
p { color: rgb(180,25,151); }
H1.HeaderClassName
{
color: #B41997;
}
.AnyTagClassName
{
color: #B41997;
}
</style>
background-color css
<style>
a { background-color: #B41997; }
a { background-color: rgb(180,25,151); }
div.DivClassName
{
background-color: #B41997;
}
.BgClassName
{
background-color: #B41997;
}
</style>
border-color css
<style>
span { border-color: #B41997; }
span { border-color: rgb(180,25,151); }
td.TdClassName
{
border-color: #B41997;
}
.TagClassName
{
border-color: #B41997;
}
</style>