Shades of Medium Red Violet #B32CA2
Tints of Medium Red Violet #B32CA2
RGB
CMYK
RGB Variations
Color information
#B32CA2 (or 0xB32CA2) is known color: Medium Red Violet. HEX triplet: B3, 2C and A2. RGB value is (179,44,162). Sum of RGB (Red+Green+Blue) = 179+44+162=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B32CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32CA2 is #4CD35D. Grayscale: #616161. Windows color (decimal): -5034846 or 10628275. OLE color: 10628275.
HSL color Cylindrical-coordinate representation of color #B32CA2: hue angle of 307.56º degrees, saturation: 0.61, 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 #B32CA2 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 162 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.30 |
| HSL | 307.56º | 0.61% | 0.44% | - |
| HSV(B) | 307.56º | 0.75% | 0.7% | - |
| XYZ | 26.01 | 13.99 | 35.51 | - |
| YUV | 97.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 162 | 0 | 0.75 | 0.09 | 0.30 | 307.56 | 0.61 | 0.44 |
| Hex | B3 | 2C | A2 | 0 | 4B | 9 | 1E | 134 | 3D | 2C |
| Octal | 263 | 54 | 242 | 0 | 113 | 11 | 36 | 464 | 75 | 54 |
| Binary | 10110011 | 101100 | 10100010 | 0 | 1001011 | 1001 | 11110 | 100110100 | 111101 | 101100 |
Color Harmonies of #B32CA2
Complementary color
Monochromatic Colors of #B32CA2
Black with #B32CA2
Text Example
Text Example
White with #B32CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CA2; }
p { color: rgb(179,44,162); }
H1.HeaderClassName
{
color: #B32CA2;
}
.AnyTagClassName
{
color: #B32CA2;
}
</style>
background-color css
<style>
a { background-color: #B32CA2; }
a { background-color: rgb(179,44,162); }
div.DivClassName
{
background-color: #B32CA2;
}
.BgClassName
{
background-color: #B32CA2;
}
</style>
border-color css
<style>
span { border-color: #B32CA2; }
span { border-color: rgb(179,44,162); }
td.TdClassName
{
border-color: #B32CA2;
}
.TagClassName
{
border-color: #B32CA2;
}
</style>