Shades of Medium Red Violet #B032A1
Tints of Medium Red Violet #B032A1
RGB
CMYK
RGB Variations
Color information
#B032A1 (or 0xB032A1) is known color: Medium Red Violet. HEX triplet: B0, 32 and A1. RGB value is (176,50,161). Sum of RGB (Red+Green+Blue) = 176+50+161=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B032A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B032A1 is #4FCD5E. Grayscale: #646464. Windows color (decimal): -5229919 or 10564272. OLE color: 10564272.
HSL color Cylindrical-coordinate representation of color #B032A1: hue angle of 307.14º 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 #B032A1 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 161 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.31 |
| HSL | 307.14º | 0.56% | 0.44% | - |
| HSV(B) | 307.14º | 0.72% | 0.69% | - |
| XYZ | 25.48 | 14.08 | 35.09 | - |
| YUV | 100.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 161 | 0 | 0.72 | 0.09 | 0.31 | 307.14 | 0.56 | 0.44 |
| Hex | B0 | 32 | A1 | 0 | 48 | 9 | 1F | 133 | 38 | 2C |
| Octal | 260 | 62 | 241 | 0 | 110 | 11 | 37 | 463 | 70 | 54 |
| Binary | 10110000 | 110010 | 10100001 | 0 | 1001000 | 1001 | 11111 | 100110011 | 111000 | 101100 |
Color Harmonies of #B032A1
Complementary color
Monochromatic Colors of #B032A1
Black with #B032A1
Text Example
Text Example
White with #B032A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032A1; }
p { color: rgb(176,50,161); }
H1.HeaderClassName
{
color: #B032A1;
}
.AnyTagClassName
{
color: #B032A1;
}
</style>
background-color css
<style>
a { background-color: #B032A1; }
a { background-color: rgb(176,50,161); }
div.DivClassName
{
background-color: #B032A1;
}
.BgClassName
{
background-color: #B032A1;
}
</style>
border-color css
<style>
span { border-color: #B032A1; }
span { border-color: rgb(176,50,161); }
td.TdClassName
{
border-color: #B032A1;
}
.TagClassName
{
border-color: #B032A1;
}
</style>