Shades of Medium Red Violet #BC32A3
Tints of Medium Red Violet #BC32A3
RGB
CMYK
RGB Variations
Color information
#BC32A3 (or 0xBC32A3) is known color: Medium Red Violet. HEX triplet: BC, 32 and A3. RGB value is (188,50,163). Sum of RGB (Red+Green+Blue) = 188+50+163=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32A3 is #43CD5C. Grayscale: #676767. Windows color (decimal): -4443485 or 10695356. OLE color: 10695356.
HSL color Cylindrical-coordinate representation of color #BC32A3: hue angle of 310.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC32A3 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 163 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.26 |
| HSL | 310.87º | 0.58% | 0.47% | - |
| HSV(B) | 310.87º | 0.73% | 0.74% | - |
| XYZ | 28.49 | 15.62 | 36.16 | - |
| YUV | 104.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 163 | 0 | 0.73 | 0.13 | 0.26 | 310.87 | 0.58 | 0.47 |
| Hex | BC | 32 | A3 | 0 | 49 | D | 1A | 137 | 3A | 2F |
| Octal | 274 | 62 | 243 | 0 | 111 | 15 | 32 | 467 | 72 | 57 |
| Binary | 10111100 | 110010 | 10100011 | 0 | 1001001 | 1101 | 11010 | 100110111 | 111010 | 101111 |
Color Harmonies of #BC32A3
Complementary color
Monochromatic Colors of #BC32A3
Black with #BC32A3
Text Example
Text Example
White with #BC32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32A3; }
p { color: rgb(188,50,163); }
H1.HeaderClassName
{
color: #BC32A3;
}
.AnyTagClassName
{
color: #BC32A3;
}
</style>
background-color css
<style>
a { background-color: #BC32A3; }
a { background-color: rgb(188,50,163); }
div.DivClassName
{
background-color: #BC32A3;
}
.BgClassName
{
background-color: #BC32A3;
}
</style>
border-color css
<style>
span { border-color: #BC32A3; }
span { border-color: rgb(188,50,163); }
td.TdClassName
{
border-color: #BC32A3;
}
.TagClassName
{
border-color: #BC32A3;
}
</style>