Shades of Medium Red Violet #B32B8C
Tints of Medium Red Violet #B32B8C
RGB
CMYK
RGB Variations
Color information
#B32B8C (or 0xB32B8C) is known color: Medium Red Violet. HEX triplet: B3, 2B and 8C. RGB value is (179,43,140). Sum of RGB (Red+Green+Blue) = 179+43+140=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32B8C is #4CD473. Grayscale: #5E5E5E. Windows color (decimal): -5035124 or 9186227. OLE color: 9186227.
HSL color Cylindrical-coordinate representation of color #B32B8C: hue angle of 317.21º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B8C is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 140 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.30 |
| HSL | 317.21º | 0.61% | 0.44% | - |
| HSV(B) | 317.21º | 0.76% | 0.7% | - |
| XYZ | 24.19 | 13.2 | 26.08 | - |
| YUV | 94.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 140 | 0 | 0.76 | 0.22 | 0.30 | 317.21 | 0.61 | 0.44 |
| Hex | B3 | 2B | 8C | 0 | 4C | 16 | 1E | 13D | 3D | 2C |
| Octal | 263 | 53 | 214 | 0 | 114 | 26 | 36 | 475 | 75 | 54 |
| Binary | 10110011 | 101011 | 10001100 | 0 | 1001100 | 10110 | 11110 | 100111101 | 111101 | 101100 |
Color Harmonies of #B32B8C
Complementary color
Monochromatic Colors of #B32B8C
Black with #B32B8C
Text Example
Text Example
White with #B32B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B8C; }
p { color: rgb(179,43,140); }
H1.HeaderClassName
{
color: #B32B8C;
}
.AnyTagClassName
{
color: #B32B8C;
}
</style>
background-color css
<style>
a { background-color: #B32B8C; }
a { background-color: rgb(179,43,140); }
div.DivClassName
{
background-color: #B32B8C;
}
.BgClassName
{
background-color: #B32B8C;
}
</style>
border-color css
<style>
span { border-color: #B32B8C; }
span { border-color: rgb(179,43,140); }
td.TdClassName
{
border-color: #B32B8C;
}
.TagClassName
{
border-color: #B32B8C;
}
</style>