Shades of Medium Violet Red #BC1A70
Tints of Medium Violet Red #BC1A70
RGB
CMYK
RGB Variations
Color information
#BC1A70 (or 0xBC1A70) is known color: Medium Violet Red. HEX triplet: BC, 1A and 70. RGB value is (188,26,112). Sum of RGB (Red+Green+Blue) = 188+26+112=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A70 is #43E58F. Grayscale: #545454. Windows color (decimal): -4449680 or 7346876. OLE color: 7346876.
HSL color Cylindrical-coordinate representation of color #BC1A70: hue angle of 328.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A70 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 112 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.26 |
| HSL | 328.15º | 0.76% | 0.42% | - |
| HSV(B) | 328.15º | 0.86% | 0.74% | - |
| XYZ | 24.03 | 12.6 | 16.49 | - |
| YUV | 84.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 112 | 0 | 0.86 | 0.40 | 0.26 | 328.15 | 0.76 | 0.42 |
| Hex | BC | 1A | 70 | 0 | 56 | 28 | 1A | 148 | 4C | 2A |
| Octal | 274 | 32 | 160 | 0 | 126 | 50 | 32 | 510 | 114 | 52 |
| Binary | 10111100 | 11010 | 1110000 | 0 | 1010110 | 101000 | 11010 | 101001000 | 1001100 | 101010 |
Color Harmonies of #BC1A70
Complementary color
Monochromatic Colors of #BC1A70
Black with #BC1A70
Text Example
Text Example
White with #BC1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1A70; }
p { color: rgb(188,26,112); }
H1.HeaderClassName
{
color: #BC1A70;
}
.AnyTagClassName
{
color: #BC1A70;
}
</style>
background-color css
<style>
a { background-color: #BC1A70; }
a { background-color: rgb(188,26,112); }
div.DivClassName
{
background-color: #BC1A70;
}
.BgClassName
{
background-color: #BC1A70;
}
</style>
border-color css
<style>
span { border-color: #BC1A70; }
span { border-color: rgb(188,26,112); }
td.TdClassName
{
border-color: #BC1A70;
}
.TagClassName
{
border-color: #BC1A70;
}
</style>