Shades of Medium Red Violet #B32D83
Tints of Medium Red Violet #B32D83
RGB
CMYK
RGB Variations
Color information
#B32D83 (or 0xB32D83) is known color: Medium Red Violet. HEX triplet: B3, 2D and 83. RGB value is (179,45,131). Sum of RGB (Red+Green+Blue) = 179+45+131=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D83 is #4CD27C. Grayscale: #5E5E5E. Windows color (decimal): -5034621 or 8596915. OLE color: 8596915.
HSL color Cylindrical-coordinate representation of color #B32D83: hue angle of 321.49º 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 #B32D83 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 131 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.30 |
| HSL | 321.49º | 0.6% | 0.44% | - |
| HSV(B) | 321.49º | 0.75% | 0.7% | - |
| XYZ | 23.63 | 13.1 | 22.76 | - |
| YUV | 94.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 131 | 0 | 0.75 | 0.27 | 0.30 | 321.49 | 0.6 | 0.44 |
| Hex | B3 | 2D | 83 | 0 | 4B | 1B | 1E | 141 | 3C | 2C |
| Octal | 263 | 55 | 203 | 0 | 113 | 33 | 36 | 501 | 74 | 54 |
| Binary | 10110011 | 101101 | 10000011 | 0 | 1001011 | 11011 | 11110 | 101000001 | 111100 | 101100 |
Color Harmonies of #B32D83
Complementary color
Monochromatic Colors of #B32D83
Black with #B32D83
Text Example
Text Example
White with #B32D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D83; }
p { color: rgb(179,45,131); }
H1.HeaderClassName
{
color: #B32D83;
}
.AnyTagClassName
{
color: #B32D83;
}
</style>
background-color css
<style>
a { background-color: #B32D83; }
a { background-color: rgb(179,45,131); }
div.DivClassName
{
background-color: #B32D83;
}
.BgClassName
{
background-color: #B32D83;
}
</style>
border-color css
<style>
span { border-color: #B32D83; }
span { border-color: rgb(179,45,131); }
td.TdClassName
{
border-color: #B32D83;
}
.TagClassName
{
border-color: #B32D83;
}
</style>