Shades of Medium Red Violet #B32B8D
Tints of Medium Red Violet #B32B8D
RGB
CMYK
RGB Variations
Color information
#B32B8D (or 0xB32B8D) is known color: Medium Red Violet. HEX triplet: B3, 2B and 8D. RGB value is (179,43,141). Sum of RGB (Red+Green+Blue) = 179+43+141=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32B8D is #4CD472. Grayscale: #5E5E5E. Windows color (decimal): -5035123 or 9251763. OLE color: 9251763.
HSL color Cylindrical-coordinate representation of color #B32B8D: hue angle of 316.76º 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 #B32B8D is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 141 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.30 |
| HSL | 316.76º | 0.61% | 0.44% | - |
| HSV(B) | 316.76º | 0.76% | 0.7% | - |
| XYZ | 24.26 | 13.23 | 26.48 | - |
| YUV | 94.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 141 | 0 | 0.76 | 0.21 | 0.30 | 316.76 | 0.61 | 0.44 |
| Hex | B3 | 2B | 8D | 0 | 4C | 15 | 1E | 13D | 3D | 2C |
| Octal | 263 | 53 | 215 | 0 | 114 | 25 | 36 | 475 | 75 | 54 |
| Binary | 10110011 | 101011 | 10001101 | 0 | 1001100 | 10101 | 11110 | 100111101 | 111101 | 101100 |
Color Harmonies of #B32B8D
Complementary color
Monochromatic Colors of #B32B8D
Black with #B32B8D
Text Example
Text Example
White with #B32B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B8D; }
p { color: rgb(179,43,141); }
H1.HeaderClassName
{
color: #B32B8D;
}
.AnyTagClassName
{
color: #B32B8D;
}
</style>
background-color css
<style>
a { background-color: #B32B8D; }
a { background-color: rgb(179,43,141); }
div.DivClassName
{
background-color: #B32B8D;
}
.BgClassName
{
background-color: #B32B8D;
}
</style>
border-color css
<style>
span { border-color: #B32B8D; }
span { border-color: rgb(179,43,141); }
td.TdClassName
{
border-color: #B32B8D;
}
.TagClassName
{
border-color: #B32B8D;
}
</style>