Shades of Medium Red Violet #B32B7B
Tints of Medium Red Violet #B32B7B
RGB
CMYK
RGB Variations
Color information
#B32B7B (or 0xB32B7B) is known color: Medium Red Violet. HEX triplet: B3, 2B and 7B. RGB value is (179,43,123). Sum of RGB (Red+Green+Blue) = 179+43+123=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B7B is #4CD484. Grayscale: #5C5C5C. Windows color (decimal): -5035141 or 8072115. OLE color: 8072115.
HSL color Cylindrical-coordinate representation of color #B32B7B: hue angle of 324.71º 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 #B32B7B is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 123 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.30 |
| HSL | 324.71º | 0.61% | 0.44% | - |
| HSV(B) | 324.71º | 0.76% | 0.7% | - |
| XYZ | 23.03 | 12.74 | 19.98 | - |
| YUV | 92.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 123 | 0 | 0.76 | 0.31 | 0.30 | 324.71 | 0.61 | 0.44 |
| Hex | B3 | 2B | 7B | 0 | 4C | 1F | 1E | 145 | 3D | 2C |
| Octal | 263 | 53 | 173 | 0 | 114 | 37 | 36 | 505 | 75 | 54 |
| Binary | 10110011 | 101011 | 1111011 | 0 | 1001100 | 11111 | 11110 | 101000101 | 111101 | 101100 |
Color Harmonies of #B32B7B
Complementary color
Monochromatic Colors of #B32B7B
Black with #B32B7B
Text Example
Text Example
White with #B32B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B7B; }
p { color: rgb(179,43,123); }
H1.HeaderClassName
{
color: #B32B7B;
}
.AnyTagClassName
{
color: #B32B7B;
}
</style>
background-color css
<style>
a { background-color: #B32B7B; }
a { background-color: rgb(179,43,123); }
div.DivClassName
{
background-color: #B32B7B;
}
.BgClassName
{
background-color: #B32B7B;
}
</style>
border-color css
<style>
span { border-color: #B32B7B; }
span { border-color: rgb(179,43,123); }
td.TdClassName
{
border-color: #B32B7B;
}
.TagClassName
{
border-color: #B32B7B;
}
</style>