Shades of Medium Red Violet #B432A3
Tints of Medium Red Violet #B432A3
RGB
CMYK
RGB Variations
Color information
#B432A3 (or 0xB432A3) is known color: Medium Red Violet. HEX triplet: B4, 32 and A3. RGB value is (180,50,163). Sum of RGB (Red+Green+Blue) = 180+50+163=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B432A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B432A3 is #4BCD5C. Grayscale: #656565. Windows color (decimal): -4967773 or 10695348. OLE color: 10695348.
HSL color Cylindrical-coordinate representation of color #B432A3: hue angle of 307.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B432A3 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 163 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.29 |
| HSL | 307.85º | 0.57% | 0.45% | - |
| HSV(B) | 307.85º | 0.72% | 0.71% | - |
| XYZ | 26.57 | 14.63 | 36.07 | - |
| YUV | 101.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 163 | 0 | 0.72 | 0.09 | 0.29 | 307.85 | 0.57 | 0.45 |
| Hex | B4 | 32 | A3 | 0 | 48 | 9 | 1D | 134 | 39 | 2D |
| Octal | 264 | 62 | 243 | 0 | 110 | 11 | 35 | 464 | 71 | 55 |
| Binary | 10110100 | 110010 | 10100011 | 0 | 1001000 | 1001 | 11101 | 100110100 | 111001 | 101101 |
Color Harmonies of #B432A3
Complementary color
Monochromatic Colors of #B432A3
Black with #B432A3
Text Example
Text Example
White with #B432A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432A3; }
p { color: rgb(180,50,163); }
H1.HeaderClassName
{
color: #B432A3;
}
.AnyTagClassName
{
color: #B432A3;
}
</style>
background-color css
<style>
a { background-color: #B432A3; }
a { background-color: rgb(180,50,163); }
div.DivClassName
{
background-color: #B432A3;
}
.BgClassName
{
background-color: #B432A3;
}
</style>
border-color css
<style>
span { border-color: #B432A3; }
span { border-color: rgb(180,50,163); }
td.TdClassName
{
border-color: #B432A3;
}
.TagClassName
{
border-color: #B432A3;
}
</style>