Shades of Medium Red Violet #B32CA6
Tints of Medium Red Violet #B32CA6
RGB
CMYK
RGB Variations
Color information
#B32CA6 (or 0xB32CA6) is known color: Medium Red Violet. HEX triplet: B3, 2C and A6. RGB value is (179,44,166). Sum of RGB (Red+Green+Blue) = 179+44+166=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B32CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32CA6 is #4CD359. Grayscale: #616161. Windows color (decimal): -5034842 or 10890419. OLE color: 10890419.
HSL color Cylindrical-coordinate representation of color #B32CA6: hue angle of 305.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32CA6 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 166 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.30 |
| HSL | 305.78º | 0.61% | 0.44% | - |
| HSV(B) | 305.78º | 0.75% | 0.7% | - |
| XYZ | 26.37 | 14.14 | 37.42 | - |
| YUV | 98.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 166 | 0 | 0.75 | 0.07 | 0.30 | 305.78 | 0.61 | 0.44 |
| Hex | B3 | 2C | A6 | 0 | 4B | 7 | 1E | 132 | 3D | 2C |
| Octal | 263 | 54 | 246 | 0 | 113 | 7 | 36 | 462 | 75 | 54 |
| Binary | 10110011 | 101100 | 10100110 | 0 | 1001011 | 111 | 11110 | 100110010 | 111101 | 101100 |
Color Harmonies of #B32CA6
Complementary color
Monochromatic Colors of #B32CA6
Black with #B32CA6
Text Example
Text Example
White with #B32CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CA6; }
p { color: rgb(179,44,166); }
H1.HeaderClassName
{
color: #B32CA6;
}
.AnyTagClassName
{
color: #B32CA6;
}
</style>
background-color css
<style>
a { background-color: #B32CA6; }
a { background-color: rgb(179,44,166); }
div.DivClassName
{
background-color: #B32CA6;
}
.BgClassName
{
background-color: #B32CA6;
}
</style>
border-color css
<style>
span { border-color: #B32CA6; }
span { border-color: rgb(179,44,166); }
td.TdClassName
{
border-color: #B32CA6;
}
.TagClassName
{
border-color: #B32CA6;
}
</style>