Shades of Medium Red Violet #B42197
Tints of Medium Red Violet #B42197
RGB
CMYK
RGB Variations
Color information
#B42197 (or 0xB42197) is known color: Medium Red Violet. HEX triplet: B4, 21 and 97. RGB value is (180,33,151). Sum of RGB (Red+Green+Blue) = 180+33+151=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B42197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42197 is #4BDE68. Grayscale: #5A5A5A. Windows color (decimal): -4972137 or 9904564. OLE color: 9904564.
HSL color Cylindrical-coordinate representation of color #B42197: hue angle of 311.84º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42197 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 151 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.29 |
| HSL | 311.84º | 0.69% | 0.42% | - |
| HSV(B) | 311.84º | 0.82% | 0.71% | - |
| XYZ | 24.95 | 13.03 | 30.48 | - |
| YUV | 90.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 151 | 0 | 0.82 | 0.16 | 0.29 | 311.84 | 0.69 | 0.42 |
| Hex | B4 | 21 | 97 | 0 | 52 | 10 | 1D | 138 | 45 | 2A |
| Octal | 264 | 41 | 227 | 0 | 122 | 20 | 35 | 470 | 105 | 52 |
| Binary | 10110100 | 100001 | 10010111 | 0 | 1010010 | 10000 | 11101 | 100111000 | 1000101 | 101010 |
Color Harmonies of #B42197
Complementary color
Monochromatic Colors of #B42197
Black with #B42197
Text Example
Text Example
White with #B42197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42197; }
p { color: rgb(180,33,151); }
H1.HeaderClassName
{
color: #B42197;
}
.AnyTagClassName
{
color: #B42197;
}
</style>
background-color css
<style>
a { background-color: #B42197; }
a { background-color: rgb(180,33,151); }
div.DivClassName
{
background-color: #B42197;
}
.BgClassName
{
background-color: #B42197;
}
</style>
border-color css
<style>
span { border-color: #B42197; }
span { border-color: rgb(180,33,151); }
td.TdClassName
{
border-color: #B42197;
}
.TagClassName
{
border-color: #B42197;
}
</style>