Shades of Medium Red Violet #B32875
Tints of Medium Red Violet #B32875
RGB
CMYK
RGB Variations
Color information
#B32875 (or 0xB32875) is known color: Medium Red Violet. HEX triplet: B3, 28 and 75. RGB value is (179,40,117). Sum of RGB (Red+Green+Blue) = 179+40+117=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B32875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32875 is #4CD78A. Grayscale: #5A5A5A. Windows color (decimal): -5035915 or 7678131. OLE color: 7678131.
HSL color Cylindrical-coordinate representation of color #B32875: hue angle of 326.76º 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 #B32875 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 117 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.30 |
| HSL | 326.76º | 0.63% | 0.43% | - |
| HSV(B) | 326.76º | 0.78% | 0.7% | - |
| XYZ | 22.56 | 12.39 | 18.03 | - |
| YUV | 90.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 117 | 0 | 0.78 | 0.35 | 0.30 | 326.76 | 0.63 | 0.43 |
| Hex | B3 | 28 | 75 | 0 | 4E | 23 | 1E | 147 | 3F | 2B |
| Octal | 263 | 50 | 165 | 0 | 116 | 43 | 36 | 507 | 77 | 53 |
| Binary | 10110011 | 101000 | 1110101 | 0 | 1001110 | 100011 | 11110 | 101000111 | 111111 | 101011 |
Color Harmonies of #B32875
Complementary color
Monochromatic Colors of #B32875
Black with #B32875
Text Example
Text Example
White with #B32875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32875; }
p { color: rgb(179,40,117); }
H1.HeaderClassName
{
color: #B32875;
}
.AnyTagClassName
{
color: #B32875;
}
</style>
background-color css
<style>
a { background-color: #B32875; }
a { background-color: rgb(179,40,117); }
div.DivClassName
{
background-color: #B32875;
}
.BgClassName
{
background-color: #B32875;
}
</style>
border-color css
<style>
span { border-color: #B32875; }
span { border-color: rgb(179,40,117); }
td.TdClassName
{
border-color: #B32875;
}
.TagClassName
{
border-color: #B32875;
}
</style>