Shades of Medium Red Violet #B32DA5
Tints of Medium Red Violet #B32DA5
RGB
CMYK
RGB Variations
Color information
#B32DA5 (or 0xB32DA5) is known color: Medium Red Violet. HEX triplet: B3, 2D and A5. RGB value is (179,45,165). Sum of RGB (Red+Green+Blue) = 179+45+165=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B32DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32DA5 is #4CD25A. Grayscale: #626262. Windows color (decimal): -5034587 or 10825139. OLE color: 10825139.
HSL color Cylindrical-coordinate representation of color #B32DA5: hue angle of 306.27º 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 #B32DA5 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 165 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.30 |
| HSL | 306.27º | 0.6% | 0.44% | - |
| HSV(B) | 306.27º | 0.75% | 0.7% | - |
| XYZ | 26.32 | 14.18 | 36.95 | - |
| YUV | 98.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 165 | 0 | 0.75 | 0.08 | 0.30 | 306.27 | 0.6 | 0.44 |
| Hex | B3 | 2D | A5 | 0 | 4B | 8 | 1E | 132 | 3C | 2C |
| Octal | 263 | 55 | 245 | 0 | 113 | 10 | 36 | 462 | 74 | 54 |
| Binary | 10110011 | 101101 | 10100101 | 0 | 1001011 | 1000 | 11110 | 100110010 | 111100 | 101100 |
Color Harmonies of #B32DA5
Complementary color
Monochromatic Colors of #B32DA5
Black with #B32DA5
Text Example
Text Example
White with #B32DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DA5; }
p { color: rgb(179,45,165); }
H1.HeaderClassName
{
color: #B32DA5;
}
.AnyTagClassName
{
color: #B32DA5;
}
</style>
background-color css
<style>
a { background-color: #B32DA5; }
a { background-color: rgb(179,45,165); }
div.DivClassName
{
background-color: #B32DA5;
}
.BgClassName
{
background-color: #B32DA5;
}
</style>
border-color css
<style>
span { border-color: #B32DA5; }
span { border-color: rgb(179,45,165); }
td.TdClassName
{
border-color: #B32DA5;
}
.TagClassName
{
border-color: #B32DA5;
}
</style>