Shades of Medium Red Violet #B32B7E
Tints of Medium Red Violet #B32B7E
RGB
CMYK
RGB Variations
Color information
#B32B7E (or 0xB32B7E) is known color: Medium Red Violet. HEX triplet: B3, 2B and 7E. RGB value is (179,43,126). Sum of RGB (Red+Green+Blue) = 179+43+126=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B7E is #4CD481. Grayscale: #5C5C5C. Windows color (decimal): -5035138 or 8268723. OLE color: 8268723.
HSL color Cylindrical-coordinate representation of color #B32B7E: hue angle of 323.38º 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 #B32B7E is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 126 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.30 |
| HSL | 323.38º | 0.61% | 0.44% | - |
| HSV(B) | 323.38º | 0.76% | 0.7% | - |
| XYZ | 23.22 | 12.82 | 20.99 | - |
| YUV | 93.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 126 | 0 | 0.76 | 0.30 | 0.30 | 323.38 | 0.61 | 0.44 |
| Hex | B3 | 2B | 7E | 0 | 4C | 1E | 1E | 143 | 3D | 2C |
| Octal | 263 | 53 | 176 | 0 | 114 | 36 | 36 | 503 | 75 | 54 |
| Binary | 10110011 | 101011 | 1111110 | 0 | 1001100 | 11110 | 11110 | 101000011 | 111101 | 101100 |
Color Harmonies of #B32B7E
Complementary color
Monochromatic Colors of #B32B7E
Black with #B32B7E
Text Example
Text Example
White with #B32B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B7E; }
p { color: rgb(179,43,126); }
H1.HeaderClassName
{
color: #B32B7E;
}
.AnyTagClassName
{
color: #B32B7E;
}
</style>
background-color css
<style>
a { background-color: #B32B7E; }
a { background-color: rgb(179,43,126); }
div.DivClassName
{
background-color: #B32B7E;
}
.BgClassName
{
background-color: #B32B7E;
}
</style>
border-color css
<style>
span { border-color: #B32B7E; }
span { border-color: rgb(179,43,126); }
td.TdClassName
{
border-color: #B32B7E;
}
.TagClassName
{
border-color: #B32B7E;
}
</style>