Shades of Medium Red Violet #B432A6
Tints of Medium Red Violet #B432A6
RGB
CMYK
RGB Variations
Color information
#B432A6 (or 0xB432A6) is known color: Medium Red Violet. HEX triplet: B4, 32 and A6. RGB value is (180,50,166). Sum of RGB (Red+Green+Blue) = 180+50+166=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B432A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B432A6 is #4BCD59. Grayscale: #656565. Windows color (decimal): -4967770 or 10891956. OLE color: 10891956.
HSL color Cylindrical-coordinate representation of color #B432A6: hue angle of 306.46º 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 #B432A6 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 166 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.29 |
| HSL | 306.46º | 0.57% | 0.45% | - |
| HSV(B) | 306.46º | 0.72% | 0.71% | - |
| XYZ | 26.85 | 14.74 | 37.51 | - |
| YUV | 102.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 166 | 0 | 0.72 | 0.08 | 0.29 | 306.46 | 0.57 | 0.45 |
| Hex | B4 | 32 | A6 | 0 | 48 | 8 | 1D | 132 | 39 | 2D |
| Octal | 264 | 62 | 246 | 0 | 110 | 10 | 35 | 462 | 71 | 55 |
| Binary | 10110100 | 110010 | 10100110 | 0 | 1001000 | 1000 | 11101 | 100110010 | 111001 | 101101 |
Color Harmonies of #B432A6
Complementary color
Monochromatic Colors of #B432A6
Black with #B432A6
Text Example
Text Example
White with #B432A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432A6; }
p { color: rgb(180,50,166); }
H1.HeaderClassName
{
color: #B432A6;
}
.AnyTagClassName
{
color: #B432A6;
}
</style>
background-color css
<style>
a { background-color: #B432A6; }
a { background-color: rgb(180,50,166); }
div.DivClassName
{
background-color: #B432A6;
}
.BgClassName
{
background-color: #B432A6;
}
</style>
border-color css
<style>
span { border-color: #B432A6; }
span { border-color: rgb(180,50,166); }
td.TdClassName
{
border-color: #B432A6;
}
.TagClassName
{
border-color: #B432A6;
}
</style>