Shades of Medium Red Violet #B32AA2
Tints of Medium Red Violet #B32AA2
RGB
CMYK
RGB Variations
Color information
#B32AA2 (or 0xB32AA2) is known color: Medium Red Violet. HEX triplet: B3, 2A and A2. RGB value is (179,42,162). Sum of RGB (Red+Green+Blue) = 179+42+162=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B32AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32AA2 is #4CD55D. Grayscale: #606060. Windows color (decimal): -5035358 or 10627763. OLE color: 10627763.
HSL color Cylindrical-coordinate representation of color #B32AA2: hue angle of 307.45º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32AA2 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 162 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.30 |
| HSL | 307.45º | 0.62% | 0.43% | - |
| HSV(B) | 307.45º | 0.77% | 0.7% | - |
| XYZ | 25.94 | 13.85 | 35.49 | - |
| YUV | 96.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 162 | 0 | 0.77 | 0.09 | 0.30 | 307.45 | 0.62 | 0.43 |
| Hex | B3 | 2A | A2 | 0 | 4D | 9 | 1E | 133 | 3E | 2B |
| Octal | 263 | 52 | 242 | 0 | 115 | 11 | 36 | 463 | 76 | 53 |
| Binary | 10110011 | 101010 | 10100010 | 0 | 1001101 | 1001 | 11110 | 100110011 | 111110 | 101011 |
Color Harmonies of #B32AA2
Complementary color
Monochromatic Colors of #B32AA2
Black with #B32AA2
Text Example
Text Example
White with #B32AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32AA2; }
p { color: rgb(179,42,162); }
H1.HeaderClassName
{
color: #B32AA2;
}
.AnyTagClassName
{
color: #B32AA2;
}
</style>
background-color css
<style>
a { background-color: #B32AA2; }
a { background-color: rgb(179,42,162); }
div.DivClassName
{
background-color: #B32AA2;
}
.BgClassName
{
background-color: #B32AA2;
}
</style>
border-color css
<style>
span { border-color: #B32AA2; }
span { border-color: rgb(179,42,162); }
td.TdClassName
{
border-color: #B32AA2;
}
.TagClassName
{
border-color: #B32AA2;
}
</style>