Shades of Medium Red Violet #B32870
Tints of Medium Red Violet #B32870
RGB
CMYK
RGB Variations
Color information
#B32870 (or 0xB32870) is known color: Medium Red Violet. HEX triplet: B3, 28 and 70. RGB value is (179,40,112). Sum of RGB (Red+Green+Blue) = 179+40+112=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B32870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32870 is #4CD78F. Grayscale: #595959. Windows color (decimal): -5035920 or 7350451. OLE color: 7350451.
HSL color Cylindrical-coordinate representation of color #B32870: hue angle of 328.92º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32870 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 112 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.30 |
| HSL | 328.92º | 0.63% | 0.43% | - |
| HSV(B) | 328.92º | 0.78% | 0.7% | - |
| XYZ | 22.27 | 12.27 | 16.52 | - |
| YUV | 89.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 112 | 0 | 0.78 | 0.37 | 0.30 | 328.92 | 0.63 | 0.43 |
| Hex | B3 | 28 | 70 | 0 | 4E | 25 | 1E | 149 | 3F | 2B |
| Octal | 263 | 50 | 160 | 0 | 116 | 45 | 36 | 511 | 77 | 53 |
| Binary | 10110011 | 101000 | 1110000 | 0 | 1001110 | 100101 | 11110 | 101001001 | 111111 | 101011 |
Color Harmonies of #B32870
Complementary color
Monochromatic Colors of #B32870
Black with #B32870
Text Example
Text Example
White with #B32870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32870; }
p { color: rgb(179,40,112); }
H1.HeaderClassName
{
color: #B32870;
}
.AnyTagClassName
{
color: #B32870;
}
</style>
background-color css
<style>
a { background-color: #B32870; }
a { background-color: rgb(179,40,112); }
div.DivClassName
{
background-color: #B32870;
}
.BgClassName
{
background-color: #B32870;
}
</style>
border-color css
<style>
span { border-color: #B32870; }
span { border-color: rgb(179,40,112); }
td.TdClassName
{
border-color: #B32870;
}
.TagClassName
{
border-color: #B32870;
}
</style>