Shades of Medium Violet Red #BC1FA2
Tints of Medium Violet Red #BC1FA2
RGB
CMYK
RGB Variations
Color information
#BC1FA2 (or 0xBC1FA2) is known color: Medium Violet Red. HEX triplet: BC, 1F and A2. RGB value is (188,31,162). Sum of RGB (Red+Green+Blue) = 188+31+162=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1FA2 is #43E05D. Grayscale: #5C5C5C. Windows color (decimal): -4448350 or 10624956. OLE color: 10624956.
HSL color Cylindrical-coordinate representation of color #BC1FA2: hue angle of 309.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1FA2 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 162 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.26 |
| HSL | 309.94º | 0.72% | 0.43% | - |
| HSV(B) | 309.94º | 0.84% | 0.74% | - |
| XYZ | 27.75 | 14.28 | 35.48 | - |
| YUV | 92.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 162 | 0 | 0.84 | 0.14 | 0.26 | 309.94 | 0.72 | 0.43 |
| Hex | BC | 1F | A2 | 0 | 54 | E | 1A | 136 | 48 | 2B |
| Octal | 274 | 37 | 242 | 0 | 124 | 16 | 32 | 466 | 110 | 53 |
| Binary | 10111100 | 11111 | 10100010 | 0 | 1010100 | 1110 | 11010 | 100110110 | 1001000 | 101011 |
Color Harmonies of #BC1FA2
Complementary color
Monochromatic Colors of #BC1FA2
Black with #BC1FA2
Text Example
Text Example
White with #BC1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FA2; }
p { color: rgb(188,31,162); }
H1.HeaderClassName
{
color: #BC1FA2;
}
.AnyTagClassName
{
color: #BC1FA2;
}
</style>
background-color css
<style>
a { background-color: #BC1FA2; }
a { background-color: rgb(188,31,162); }
div.DivClassName
{
background-color: #BC1FA2;
}
.BgClassName
{
background-color: #BC1FA2;
}
</style>
border-color css
<style>
span { border-color: #BC1FA2; }
span { border-color: rgb(188,31,162); }
td.TdClassName
{
border-color: #BC1FA2;
}
.TagClassName
{
border-color: #BC1FA2;
}
</style>