Shades of Medium Red Violet #B32B73
Tints of Medium Red Violet #B32B73
RGB
CMYK
RGB Variations
Color information
#B32B73 (or 0xB32B73) is known color: Medium Red Violet. HEX triplet: B3, 2B and 73. RGB value is (179,43,115). Sum of RGB (Red+Green+Blue) = 179+43+115=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B73 is #4CD48C. Grayscale: #5B5B5B. Windows color (decimal): -5035149 or 7547827. OLE color: 7547827.
HSL color Cylindrical-coordinate representation of color #B32B73: hue angle of 328.24º 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 #B32B73 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 115 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.30 |
| HSL | 328.24º | 0.61% | 0.44% | - |
| HSV(B) | 328.24º | 0.76% | 0.7% | - |
| XYZ | 22.55 | 12.55 | 17.45 | - |
| YUV | 91.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 115 | 0 | 0.76 | 0.36 | 0.30 | 328.24 | 0.61 | 0.44 |
| Hex | B3 | 2B | 73 | 0 | 4C | 24 | 1E | 148 | 3D | 2C |
| Octal | 263 | 53 | 163 | 0 | 114 | 44 | 36 | 510 | 75 | 54 |
| Binary | 10110011 | 101011 | 1110011 | 0 | 1001100 | 100100 | 11110 | 101001000 | 111101 | 101100 |
Color Harmonies of #B32B73
Complementary color
Monochromatic Colors of #B32B73
Black with #B32B73
Text Example
Text Example
White with #B32B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B73; }
p { color: rgb(179,43,115); }
H1.HeaderClassName
{
color: #B32B73;
}
.AnyTagClassName
{
color: #B32B73;
}
</style>
background-color css
<style>
a { background-color: #B32B73; }
a { background-color: rgb(179,43,115); }
div.DivClassName
{
background-color: #B32B73;
}
.BgClassName
{
background-color: #B32B73;
}
</style>
border-color css
<style>
span { border-color: #B32B73; }
span { border-color: rgb(179,43,115); }
td.TdClassName
{
border-color: #B32B73;
}
.TagClassName
{
border-color: #B32B73;
}
</style>