Shades of Medium Red Violet #BC31A5
Tints of Medium Red Violet #BC31A5
RGB
CMYK
RGB Variations
Color information
#BC31A5 (or 0xBC31A5) is known color: Medium Red Violet. HEX triplet: BC, 31 and A5. RGB value is (188,49,165). Sum of RGB (Red+Green+Blue) = 188+49+165=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31A5 is #43CE5A. Grayscale: #676767. Windows color (decimal): -4443739 or 10826172. OLE color: 10826172.
HSL color Cylindrical-coordinate representation of color #BC31A5: hue angle of 309.93º 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 #BC31A5 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 165 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.26 |
| HSL | 309.93º | 0.59% | 0.46% | - |
| HSV(B) | 309.93º | 0.74% | 0.74% | - |
| XYZ | 28.63 | 15.6 | 37.1 | - |
| YUV | 103.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 165 | 0 | 0.74 | 0.12 | 0.26 | 309.93 | 0.59 | 0.46 |
| Hex | BC | 31 | A5 | 0 | 4A | C | 1A | 136 | 3B | 2E |
| Octal | 274 | 61 | 245 | 0 | 112 | 14 | 32 | 466 | 73 | 56 |
| Binary | 10111100 | 110001 | 10100101 | 0 | 1001010 | 1100 | 11010 | 100110110 | 111011 | 101110 |
Color Harmonies of #BC31A5
Complementary color
Monochromatic Colors of #BC31A5
Black with #BC31A5
Text Example
Text Example
White with #BC31A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31A5; }
p { color: rgb(188,49,165); }
H1.HeaderClassName
{
color: #BC31A5;
}
.AnyTagClassName
{
color: #BC31A5;
}
</style>
background-color css
<style>
a { background-color: #BC31A5; }
a { background-color: rgb(188,49,165); }
div.DivClassName
{
background-color: #BC31A5;
}
.BgClassName
{
background-color: #BC31A5;
}
</style>
border-color css
<style>
span { border-color: #BC31A5; }
span { border-color: rgb(188,49,165); }
td.TdClassName
{
border-color: #BC31A5;
}
.TagClassName
{
border-color: #BC31A5;
}
</style>