Shades of Medium Red Violet #B032A3
Tints of Medium Red Violet #B032A3
RGB
CMYK
RGB Variations
Color information
#B032A3 (or 0xB032A3) is known color: Medium Red Violet. HEX triplet: B0, 32 and A3. RGB value is (176,50,163). Sum of RGB (Red+Green+Blue) = 176+50+163=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B032A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B032A3 is #4FCD5C. Grayscale: #646464. Windows color (decimal): -5229917 or 10695344. OLE color: 10695344.
HSL color Cylindrical-coordinate representation of color #B032A3: hue angle of 306.19º 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 #B032A3 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 163 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.31 |
| HSL | 306.19º | 0.56% | 0.44% | - |
| HSV(B) | 306.19º | 0.72% | 0.69% | - |
| XYZ | 25.66 | 14.16 | 36.03 | - |
| YUV | 100.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 163 | 0 | 0.72 | 0.07 | 0.31 | 306.19 | 0.56 | 0.44 |
| Hex | B0 | 32 | A3 | 0 | 48 | 7 | 1F | 132 | 38 | 2C |
| Octal | 260 | 62 | 243 | 0 | 110 | 7 | 37 | 462 | 70 | 54 |
| Binary | 10110000 | 110010 | 10100011 | 0 | 1001000 | 111 | 11111 | 100110010 | 111000 | 101100 |
Color Harmonies of #B032A3
Complementary color
Monochromatic Colors of #B032A3
Black with #B032A3
Text Example
Text Example
White with #B032A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032A3; }
p { color: rgb(176,50,163); }
H1.HeaderClassName
{
color: #B032A3;
}
.AnyTagClassName
{
color: #B032A3;
}
</style>
background-color css
<style>
a { background-color: #B032A3; }
a { background-color: rgb(176,50,163); }
div.DivClassName
{
background-color: #B032A3;
}
.BgClassName
{
background-color: #B032A3;
}
</style>
border-color css
<style>
span { border-color: #B032A3; }
span { border-color: rgb(176,50,163); }
td.TdClassName
{
border-color: #B032A3;
}
.TagClassName
{
border-color: #B032A3;
}
</style>