Shades of Medium Red Violet #B032A0
Tints of Medium Red Violet #B032A0
RGB
CMYK
RGB Variations
Color information
#B032A0 (or 0xB032A0) is known color: Medium Red Violet. HEX triplet: B0, 32 and A0. RGB value is (176,50,160). Sum of RGB (Red+Green+Blue) = 176+50+160=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B032A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B032A0 is #4FCD5F. Grayscale: #636363. Windows color (decimal): -5229920 or 10498736. OLE color: 10498736.
HSL color Cylindrical-coordinate representation of color #B032A0: hue angle of 307.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B032A0 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 160 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.31 |
| HSL | 307.62º | 0.56% | 0.44% | - |
| HSV(B) | 307.62º | 0.72% | 0.69% | - |
| XYZ | 25.39 | 14.05 | 34.63 | - |
| YUV | 100.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 160 | 0 | 0.72 | 0.09 | 0.31 | 307.62 | 0.56 | 0.44 |
| Hex | B0 | 32 | A0 | 0 | 48 | 9 | 1F | 134 | 38 | 2C |
| Octal | 260 | 62 | 240 | 0 | 110 | 11 | 37 | 464 | 70 | 54 |
| Binary | 10110000 | 110010 | 10100000 | 0 | 1001000 | 1001 | 11111 | 100110100 | 111000 | 101100 |
Color Harmonies of #B032A0
Complementary color
Monochromatic Colors of #B032A0
Black with #B032A0
Text Example
Text Example
White with #B032A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032A0; }
p { color: rgb(176,50,160); }
H1.HeaderClassName
{
color: #B032A0;
}
.AnyTagClassName
{
color: #B032A0;
}
</style>
background-color css
<style>
a { background-color: #B032A0; }
a { background-color: rgb(176,50,160); }
div.DivClassName
{
background-color: #B032A0;
}
.BgClassName
{
background-color: #B032A0;
}
</style>
border-color css
<style>
span { border-color: #B032A0; }
span { border-color: rgb(176,50,160); }
td.TdClassName
{
border-color: #B032A0;
}
.TagClassName
{
border-color: #B032A0;
}
</style>