Shades of Medium Red Violet #BC32A0
Tints of Medium Red Violet #BC32A0
RGB
CMYK
RGB Variations
Color information
#BC32A0 (or 0xBC32A0) is known color: Medium Red Violet. HEX triplet: BC, 32 and A0. RGB value is (188,50,160). Sum of RGB (Red+Green+Blue) = 188+50+160=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32A0 is #43CD5F. Grayscale: #676767. Windows color (decimal): -4443488 or 10498748. OLE color: 10498748.
HSL color Cylindrical-coordinate representation of color #BC32A0: hue angle of 312.17º 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 #BC32A0 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 160 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.26 |
| HSL | 312.17º | 0.58% | 0.47% | - |
| HSV(B) | 312.17º | 0.73% | 0.74% | - |
| XYZ | 28.22 | 15.51 | 34.76 | - |
| YUV | 103.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 160 | 0 | 0.73 | 0.15 | 0.26 | 312.17 | 0.58 | 0.47 |
| Hex | BC | 32 | A0 | 0 | 49 | F | 1A | 138 | 3A | 2F |
| Octal | 274 | 62 | 240 | 0 | 111 | 17 | 32 | 470 | 72 | 57 |
| Binary | 10111100 | 110010 | 10100000 | 0 | 1001001 | 1111 | 11010 | 100111000 | 111010 | 101111 |
Color Harmonies of #BC32A0
Complementary color
Monochromatic Colors of #BC32A0
Black with #BC32A0
Text Example
Text Example
White with #BC32A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32A0; }
p { color: rgb(188,50,160); }
H1.HeaderClassName
{
color: #BC32A0;
}
.AnyTagClassName
{
color: #BC32A0;
}
</style>
background-color css
<style>
a { background-color: #BC32A0; }
a { background-color: rgb(188,50,160); }
div.DivClassName
{
background-color: #BC32A0;
}
.BgClassName
{
background-color: #BC32A0;
}
</style>
border-color css
<style>
span { border-color: #BC32A0; }
span { border-color: rgb(188,50,160); }
td.TdClassName
{
border-color: #BC32A0;
}
.TagClassName
{
border-color: #BC32A0;
}
</style>