Shades of Medium Red Violet #B32BA2
Tints of Medium Red Violet #B32BA2
RGB
CMYK
RGB Variations
Color information
#B32BA2 (or 0xB32BA2) is known color: Medium Red Violet. HEX triplet: B3, 2B and A2. RGB value is (179,43,162). Sum of RGB (Red+Green+Blue) = 179+43+162=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BA2 is #4CD45D. Grayscale: #606060. Windows color (decimal): -5035102 or 10628019. OLE color: 10628019.
HSL color Cylindrical-coordinate representation of color #B32BA2: hue angle of 307.5º 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 #B32BA2 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 162 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.30 |
| HSL | 307.5º | 0.61% | 0.44% | - |
| HSV(B) | 307.5º | 0.76% | 0.7% | - |
| XYZ | 25.98 | 13.92 | 35.5 | - |
| YUV | 97.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 162 | 0 | 0.76 | 0.09 | 0.30 | 307.5 | 0.61 | 0.44 |
| Hex | B3 | 2B | A2 | 0 | 4C | 9 | 1E | 134 | 3D | 2C |
| Octal | 263 | 53 | 242 | 0 | 114 | 11 | 36 | 464 | 75 | 54 |
| Binary | 10110011 | 101011 | 10100010 | 0 | 1001100 | 1001 | 11110 | 100110100 | 111101 | 101100 |
Color Harmonies of #B32BA2
Complementary color
Monochromatic Colors of #B32BA2
Black with #B32BA2
Text Example
Text Example
White with #B32BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BA2; }
p { color: rgb(179,43,162); }
H1.HeaderClassName
{
color: #B32BA2;
}
.AnyTagClassName
{
color: #B32BA2;
}
</style>
background-color css
<style>
a { background-color: #B32BA2; }
a { background-color: rgb(179,43,162); }
div.DivClassName
{
background-color: #B32BA2;
}
.BgClassName
{
background-color: #B32BA2;
}
</style>
border-color css
<style>
span { border-color: #B32BA2; }
span { border-color: rgb(179,43,162); }
td.TdClassName
{
border-color: #B32BA2;
}
.TagClassName
{
border-color: #B32BA2;
}
</style>