Shades of Medium Red Violet #B32BA4
Tints of Medium Red Violet #B32BA4
RGB
CMYK
RGB Variations
Color information
#B32BA4 (or 0xB32BA4) is known color: Medium Red Violet. HEX triplet: B3, 2B and A4. RGB value is (179,43,164). Sum of RGB (Red+Green+Blue) = 179+43+164=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BA4 is #4CD45B. Grayscale: #616161. Windows color (decimal): -5035100 or 10759091. OLE color: 10759091.
HSL color Cylindrical-coordinate representation of color #B32BA4: hue angle of 306.62º 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 #B32BA4 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 164 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.30 |
| HSL | 306.62º | 0.61% | 0.44% | - |
| HSV(B) | 306.62º | 0.76% | 0.7% | - |
| XYZ | 26.16 | 13.99 | 36.44 | - |
| YUV | 97.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 164 | 0 | 0.76 | 0.08 | 0.30 | 306.62 | 0.61 | 0.44 |
| Hex | B3 | 2B | A4 | 0 | 4C | 8 | 1E | 133 | 3D | 2C |
| Octal | 263 | 53 | 244 | 0 | 114 | 10 | 36 | 463 | 75 | 54 |
| Binary | 10110011 | 101011 | 10100100 | 0 | 1001100 | 1000 | 11110 | 100110011 | 111101 | 101100 |
Color Harmonies of #B32BA4
Complementary color
Monochromatic Colors of #B32BA4
Black with #B32BA4
Text Example
Text Example
White with #B32BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BA4; }
p { color: rgb(179,43,164); }
H1.HeaderClassName
{
color: #B32BA4;
}
.AnyTagClassName
{
color: #B32BA4;
}
</style>
background-color css
<style>
a { background-color: #B32BA4; }
a { background-color: rgb(179,43,164); }
div.DivClassName
{
background-color: #B32BA4;
}
.BgClassName
{
background-color: #B32BA4;
}
</style>
border-color css
<style>
span { border-color: #B32BA4; }
span { border-color: rgb(179,43,164); }
td.TdClassName
{
border-color: #B32BA4;
}
.TagClassName
{
border-color: #B32BA4;
}
</style>