Shades of Medium Red Violet #B32D9F
Tints of Medium Red Violet #B32D9F
RGB
CMYK
RGB Variations
Color information
#B32D9F (or 0xB32D9F) is known color: Medium Red Violet. HEX triplet: B3, 2D and 9F. RGB value is (179,45,159). Sum of RGB (Red+Green+Blue) = 179+45+159=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D9F is #4CD260. Grayscale: #616161. Windows color (decimal): -5034593 or 10431923. OLE color: 10431923.
HSL color Cylindrical-coordinate representation of color #B32D9F: hue angle of 308.96º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D9F is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 159 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.30 |
| HSL | 308.96º | 0.6% | 0.44% | - |
| HSV(B) | 308.96º | 0.75% | 0.7% | - |
| XYZ | 25.79 | 13.96 | 34.14 | - |
| YUV | 98.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 159 | 0 | 0.75 | 0.11 | 0.30 | 308.96 | 0.6 | 0.44 |
| Hex | B3 | 2D | 9F | 0 | 4B | B | 1E | 135 | 3C | 2C |
| Octal | 263 | 55 | 237 | 0 | 113 | 13 | 36 | 465 | 74 | 54 |
| Binary | 10110011 | 101101 | 10011111 | 0 | 1001011 | 1011 | 11110 | 100110101 | 111100 | 101100 |
Color Harmonies of #B32D9F
Complementary color
Monochromatic Colors of #B32D9F
Black with #B32D9F
Text Example
Text Example
White with #B32D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D9F; }
p { color: rgb(179,45,159); }
H1.HeaderClassName
{
color: #B32D9F;
}
.AnyTagClassName
{
color: #B32D9F;
}
</style>
background-color css
<style>
a { background-color: #B32D9F; }
a { background-color: rgb(179,45,159); }
div.DivClassName
{
background-color: #B32D9F;
}
.BgClassName
{
background-color: #B32D9F;
}
</style>
border-color css
<style>
span { border-color: #B32D9F; }
span { border-color: rgb(179,45,159); }
td.TdClassName
{
border-color: #B32D9F;
}
.TagClassName
{
border-color: #B32D9F;
}
</style>