Shades of Medium Red Violet #B32BA8
Tints of Medium Red Violet #B32BA8
RGB
CMYK
RGB Variations
Color information
#B32BA8 (or 0xB32BA8) is known color: Medium Red Violet. HEX triplet: B3, 2B and A8. RGB value is (179,43,168). Sum of RGB (Red+Green+Blue) = 179+43+168=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BA8 is #4CD457. Grayscale: #616161. Windows color (decimal): -5035096 or 11021235. OLE color: 11021235.
HSL color Cylindrical-coordinate representation of color #B32BA8: hue angle of 304.85º 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 #B32BA8 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 168 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.30 |
| HSL | 304.85º | 0.61% | 0.44% | - |
| HSV(B) | 304.85º | 0.76% | 0.7% | - |
| XYZ | 26.52 | 14.14 | 38.38 | - |
| YUV | 97.91 | 167.56 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 168 | 0 | 0.76 | 0.06 | 0.30 | 304.85 | 0.61 | 0.44 |
| Hex | B3 | 2B | A8 | 0 | 4C | 6 | 1E | 131 | 3D | 2C |
| Octal | 263 | 53 | 250 | 0 | 114 | 6 | 36 | 461 | 75 | 54 |
| Binary | 10110011 | 101011 | 10101000 | 0 | 1001100 | 110 | 11110 | 100110001 | 111101 | 101100 |
Color Harmonies of #B32BA8
Complementary color
Monochromatic Colors of #B32BA8
Black with #B32BA8
Text Example
Text Example
White with #B32BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BA8; }
p { color: rgb(179,43,168); }
H1.HeaderClassName
{
color: #B32BA8;
}
.AnyTagClassName
{
color: #B32BA8;
}
</style>
background-color css
<style>
a { background-color: #B32BA8; }
a { background-color: rgb(179,43,168); }
div.DivClassName
{
background-color: #B32BA8;
}
.BgClassName
{
background-color: #B32BA8;
}
</style>
border-color css
<style>
span { border-color: #B32BA8; }
span { border-color: rgb(179,43,168); }
td.TdClassName
{
border-color: #B32BA8;
}
.TagClassName
{
border-color: #B32BA8;
}
</style>