Shades of Medium Red Violet #BC31AA
Tints of Medium Red Violet #BC31AA
RGB
CMYK
RGB Variations
Color information
#BC31AA (or 0xBC31AA) is known color: Medium Red Violet. HEX triplet: BC, 31 and AA. RGB value is (188,49,170). Sum of RGB (Red+Green+Blue) = 188+49+170=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31AA is #43CE55. Grayscale: #686868. Windows color (decimal): -4443734 or 11153852. OLE color: 11153852.
HSL color Cylindrical-coordinate representation of color #BC31AA: hue angle of 307.77º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC31AA is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 170 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.26 |
| HSL | 307.77º | 0.59% | 0.46% | - |
| HSV(B) | 307.77º | 0.74% | 0.74% | - |
| XYZ | 29.09 | 15.79 | 39.54 | - |
| YUV | 104.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 170 | 0 | 0.74 | 0.10 | 0.26 | 307.77 | 0.59 | 0.46 |
| Hex | BC | 31 | AA | 0 | 4A | A | 1A | 134 | 3B | 2E |
| Octal | 274 | 61 | 252 | 0 | 112 | 12 | 32 | 464 | 73 | 56 |
| Binary | 10111100 | 110001 | 10101010 | 0 | 1001010 | 1010 | 11010 | 100110100 | 111011 | 101110 |
Color Harmonies of #BC31AA
Complementary color
Monochromatic Colors of #BC31AA
Black with #BC31AA
Text Example
Text Example
White with #BC31AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31AA; }
p { color: rgb(188,49,170); }
H1.HeaderClassName
{
color: #BC31AA;
}
.AnyTagClassName
{
color: #BC31AA;
}
</style>
background-color css
<style>
a { background-color: #BC31AA; }
a { background-color: rgb(188,49,170); }
div.DivClassName
{
background-color: #BC31AA;
}
.BgClassName
{
background-color: #BC31AA;
}
</style>
border-color css
<style>
span { border-color: #BC31AA; }
span { border-color: rgb(188,49,170); }
td.TdClassName
{
border-color: #BC31AA;
}
.TagClassName
{
border-color: #BC31AA;
}
</style>