Shades of Medium Red Violet #B32180
Tints of Medium Red Violet #B32180
RGB
CMYK
RGB Variations
Color information
#B32180 (or 0xB32180) is known color: Medium Red Violet. HEX triplet: B3, 21 and 80. RGB value is (179,33,128). Sum of RGB (Red+Green+Blue) = 179+33+128=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B32180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32180 is #4CDE7F. Grayscale: #575757. Windows color (decimal): -5037696 or 8397235. OLE color: 8397235.
HSL color Cylindrical-coordinate representation of color #B32180: hue angle of 320.96º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32180 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 128 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.30 |
| HSL | 320.96º | 0.69% | 0.42% | - |
| HSV(B) | 320.96º | 0.82% | 0.7% | - |
| XYZ | 23.03 | 12.23 | 21.57 | - |
| YUV | 87.48 | 150.87 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 128 | 0 | 0.82 | 0.28 | 0.30 | 320.96 | 0.69 | 0.42 |
| Hex | B3 | 21 | 80 | 0 | 52 | 1C | 1E | 141 | 45 | 2A |
| Octal | 263 | 41 | 200 | 0 | 122 | 34 | 36 | 501 | 105 | 52 |
| Binary | 10110011 | 100001 | 10000000 | 0 | 1010010 | 11100 | 11110 | 101000001 | 1000101 | 101010 |
Color Harmonies of #B32180
Complementary color
Monochromatic Colors of #B32180
Black with #B32180
Text Example
Text Example
White with #B32180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32180; }
p { color: rgb(179,33,128); }
H1.HeaderClassName
{
color: #B32180;
}
.AnyTagClassName
{
color: #B32180;
}
</style>
background-color css
<style>
a { background-color: #B32180; }
a { background-color: rgb(179,33,128); }
div.DivClassName
{
background-color: #B32180;
}
.BgClassName
{
background-color: #B32180;
}
</style>
border-color css
<style>
span { border-color: #B32180; }
span { border-color: rgb(179,33,128); }
td.TdClassName
{
border-color: #B32180;
}
.TagClassName
{
border-color: #B32180;
}
</style>