Shades of Medium Red Violet #B32D8B
Tints of Medium Red Violet #B32D8B
RGB
CMYK
RGB Variations
Color information
#B32D8B (or 0xB32D8B) is known color: Medium Red Violet. HEX triplet: B3, 2D and 8B. RGB value is (179,45,139). Sum of RGB (Red+Green+Blue) = 179+45+139=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D8B is #4CD274. Grayscale: #5F5F5F. Windows color (decimal): -5034613 or 9121203. OLE color: 9121203.
HSL color Cylindrical-coordinate representation of color #B32D8B: hue angle of 317.91º 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 #B32D8B is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 139 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.30 |
| HSL | 317.91º | 0.6% | 0.44% | - |
| HSV(B) | 317.91º | 0.75% | 0.7% | - |
| XYZ | 24.19 | 13.32 | 25.72 | - |
| YUV | 95.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 139 | 0 | 0.75 | 0.22 | 0.30 | 317.91 | 0.6 | 0.44 |
| Hex | B3 | 2D | 8B | 0 | 4B | 16 | 1E | 13E | 3C | 2C |
| Octal | 263 | 55 | 213 | 0 | 113 | 26 | 36 | 476 | 74 | 54 |
| Binary | 10110011 | 101101 | 10001011 | 0 | 1001011 | 10110 | 11110 | 100111110 | 111100 | 101100 |
Color Harmonies of #B32D8B
Complementary color
Monochromatic Colors of #B32D8B
Black with #B32D8B
Text Example
Text Example
White with #B32D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D8B; }
p { color: rgb(179,45,139); }
H1.HeaderClassName
{
color: #B32D8B;
}
.AnyTagClassName
{
color: #B32D8B;
}
</style>
background-color css
<style>
a { background-color: #B32D8B; }
a { background-color: rgb(179,45,139); }
div.DivClassName
{
background-color: #B32D8B;
}
.BgClassName
{
background-color: #B32D8B;
}
</style>
border-color css
<style>
span { border-color: #B32D8B; }
span { border-color: rgb(179,45,139); }
td.TdClassName
{
border-color: #B32D8B;
}
.TagClassName
{
border-color: #B32D8B;
}
</style>