Shades of Medium Red Violet #B32DA4
Tints of Medium Red Violet #B32DA4
RGB
CMYK
RGB Variations
Color information
#B32DA4 (or 0xB32DA4) is known color: Medium Red Violet. HEX triplet: B3, 2D and A4. RGB value is (179,45,164). Sum of RGB (Red+Green+Blue) = 179+45+164=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B32DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32DA4 is #4CD25B. Grayscale: #626262. Windows color (decimal): -5034588 or 10759603. OLE color: 10759603.
HSL color Cylindrical-coordinate representation of color #B32DA4: hue angle of 306.72º degrees, saturation: 0.6, 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 #B32DA4 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 164 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.30 |
| HSL | 306.72º | 0.6% | 0.44% | - |
| HSV(B) | 306.72º | 0.75% | 0.7% | - |
| XYZ | 26.23 | 14.14 | 36.47 | - |
| YUV | 98.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 164 | 0 | 0.75 | 0.08 | 0.30 | 306.72 | 0.6 | 0.44 |
| Hex | B3 | 2D | A4 | 0 | 4B | 8 | 1E | 133 | 3C | 2C |
| Octal | 263 | 55 | 244 | 0 | 113 | 10 | 36 | 463 | 74 | 54 |
| Binary | 10110011 | 101101 | 10100100 | 0 | 1001011 | 1000 | 11110 | 100110011 | 111100 | 101100 |
Color Harmonies of #B32DA4
Complementary color
Monochromatic Colors of #B32DA4
Black with #B32DA4
Text Example
Text Example
White with #B32DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DA4; }
p { color: rgb(179,45,164); }
H1.HeaderClassName
{
color: #B32DA4;
}
.AnyTagClassName
{
color: #B32DA4;
}
</style>
background-color css
<style>
a { background-color: #B32DA4; }
a { background-color: rgb(179,45,164); }
div.DivClassName
{
background-color: #B32DA4;
}
.BgClassName
{
background-color: #B32DA4;
}
</style>
border-color css
<style>
span { border-color: #B32DA4; }
span { border-color: rgb(179,45,164); }
td.TdClassName
{
border-color: #B32DA4;
}
.TagClassName
{
border-color: #B32DA4;
}
</style>