Shades of Medium Red Violet #B32895
Tints of Medium Red Violet #B32895
RGB
CMYK
RGB Variations
Color information
#B32895 (or 0xB32895) is known color: Medium Red Violet. HEX triplet: B3, 28 and 95. RGB value is (179,40,149). Sum of RGB (Red+Green+Blue) = 179+40+149=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B32895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32895 is #4CD76A. Grayscale: #5D5D5D. Windows color (decimal): -5035883 or 9775283. OLE color: 9775283.
HSL color Cylindrical-coordinate representation of color #B32895: hue angle of 312.95º 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 #B32895 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 149 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.30 |
| HSL | 312.95º | 0.63% | 0.43% | - |
| HSV(B) | 312.95º | 0.78% | 0.7% | - |
| XYZ | 24.77 | 13.27 | 29.69 | - |
| YUV | 93.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 149 | 0 | 0.78 | 0.17 | 0.30 | 312.95 | 0.63 | 0.43 |
| Hex | B3 | 28 | 95 | 0 | 4E | 11 | 1E | 139 | 3F | 2B |
| Octal | 263 | 50 | 225 | 0 | 116 | 21 | 36 | 471 | 77 | 53 |
| Binary | 10110011 | 101000 | 10010101 | 0 | 1001110 | 10001 | 11110 | 100111001 | 111111 | 101011 |
Color Harmonies of #B32895
Complementary color
Monochromatic Colors of #B32895
Black with #B32895
Text Example
Text Example
White with #B32895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32895; }
p { color: rgb(179,40,149); }
H1.HeaderClassName
{
color: #B32895;
}
.AnyTagClassName
{
color: #B32895;
}
</style>
background-color css
<style>
a { background-color: #B32895; }
a { background-color: rgb(179,40,149); }
div.DivClassName
{
background-color: #B32895;
}
.BgClassName
{
background-color: #B32895;
}
</style>
border-color css
<style>
span { border-color: #B32895; }
span { border-color: rgb(179,40,149); }
td.TdClassName
{
border-color: #B32895;
}
.TagClassName
{
border-color: #B32895;
}
</style>