Shades of Medium Red Violet #BC31A2
Tints of Medium Red Violet #BC31A2
RGB
CMYK
RGB Variations
Color information
#BC31A2 (or 0xBC31A2) is known color: Medium Red Violet. HEX triplet: BC, 31 and A2. RGB value is (188,49,162). Sum of RGB (Red+Green+Blue) = 188+49+162=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31A2 is #43CE5D. Grayscale: #676767. Windows color (decimal): -4443742 or 10629564. OLE color: 10629564.
HSL color Cylindrical-coordinate representation of color #BC31A2: hue angle of 311.22º 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 #BC31A2 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 162 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.26 |
| HSL | 311.22º | 0.59% | 0.46% | - |
| HSV(B) | 311.22º | 0.74% | 0.74% | - |
| XYZ | 28.36 | 15.5 | 35.68 | - |
| YUV | 103.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 162 | 0 | 0.74 | 0.14 | 0.26 | 311.22 | 0.59 | 0.46 |
| Hex | BC | 31 | A2 | 0 | 4A | E | 1A | 137 | 3B | 2E |
| Octal | 274 | 61 | 242 | 0 | 112 | 16 | 32 | 467 | 73 | 56 |
| Binary | 10111100 | 110001 | 10100010 | 0 | 1001010 | 1110 | 11010 | 100110111 | 111011 | 101110 |
Color Harmonies of #BC31A2
Complementary color
Monochromatic Colors of #BC31A2
Black with #BC31A2
Text Example
Text Example
White with #BC31A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31A2; }
p { color: rgb(188,49,162); }
H1.HeaderClassName
{
color: #BC31A2;
}
.AnyTagClassName
{
color: #BC31A2;
}
</style>
background-color css
<style>
a { background-color: #BC31A2; }
a { background-color: rgb(188,49,162); }
div.DivClassName
{
background-color: #BC31A2;
}
.BgClassName
{
background-color: #BC31A2;
}
</style>
border-color css
<style>
span { border-color: #BC31A2; }
span { border-color: rgb(188,49,162); }
td.TdClassName
{
border-color: #BC31A2;
}
.TagClassName
{
border-color: #BC31A2;
}
</style>