Shades of Medium Violet Red #BC19A2
Tints of Medium Violet Red #BC19A2
RGB
CMYK
RGB Variations
Color information
#BC19A2 (or 0xBC19A2) is known color: Medium Violet Red. HEX triplet: BC, 19 and A2. RGB value is (188,25,162). Sum of RGB (Red+Green+Blue) = 188+25+162=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19A2 is #43E65D. Grayscale: #585858. Windows color (decimal): -4449886 or 10623420. OLE color: 10623420.
HSL color Cylindrical-coordinate representation of color #BC19A2: hue angle of 309.57º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC19A2 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 162 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.26 |
| HSL | 309.57º | 0.77% | 0.42% | - |
| HSV(B) | 309.57º | 0.87% | 0.74% | - |
| XYZ | 27.61 | 14 | 35.43 | - |
| YUV | 89.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 162 | 0 | 0.87 | 0.14 | 0.26 | 309.57 | 0.77 | 0.42 |
| Hex | BC | 19 | A2 | 0 | 57 | E | 1A | 136 | 4D | 2A |
| Octal | 274 | 31 | 242 | 0 | 127 | 16 | 32 | 466 | 115 | 52 |
| Binary | 10111100 | 11001 | 10100010 | 0 | 1010111 | 1110 | 11010 | 100110110 | 1001101 | 101010 |
Color Harmonies of #BC19A2
Complementary color
Monochromatic Colors of #BC19A2
Black with #BC19A2
Text Example
Text Example
White with #BC19A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19A2; }
p { color: rgb(188,25,162); }
H1.HeaderClassName
{
color: #BC19A2;
}
.AnyTagClassName
{
color: #BC19A2;
}
</style>
background-color css
<style>
a { background-color: #BC19A2; }
a { background-color: rgb(188,25,162); }
div.DivClassName
{
background-color: #BC19A2;
}
.BgClassName
{
background-color: #BC19A2;
}
</style>
border-color css
<style>
span { border-color: #BC19A2; }
span { border-color: rgb(188,25,162); }
td.TdClassName
{
border-color: #BC19A2;
}
.TagClassName
{
border-color: #BC19A2;
}
</style>