Shades of Medium Violet Red #BC1C6E
Tints of Medium Violet Red #BC1C6E
RGB
CMYK
RGB Variations
Color information
#BC1C6E (or 0xBC1C6E) is known color: Medium Violet Red. HEX triplet: BC, 1C and 6E. RGB value is (188,28,110). Sum of RGB (Red+Green+Blue) = 188+28+110=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C6E is #43E391. Grayscale: #555555. Windows color (decimal): -4449170 or 7216316. OLE color: 7216316.
HSL color Cylindrical-coordinate representation of color #BC1C6E: hue angle of 329.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C6E is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 110 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.26 |
| HSL | 329.25º | 0.74% | 0.42% | - |
| HSV(B) | 329.25º | 0.85% | 0.74% | - |
| XYZ | 23.97 | 12.65 | 15.93 | - |
| YUV | 85.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 110 | 0 | 0.85 | 0.41 | 0.26 | 329.25 | 0.74 | 0.42 |
| Hex | BC | 1C | 6E | 0 | 55 | 29 | 1A | 149 | 4A | 2A |
| Octal | 274 | 34 | 156 | 0 | 125 | 51 | 32 | 511 | 112 | 52 |
| Binary | 10111100 | 11100 | 1101110 | 0 | 1010101 | 101001 | 11010 | 101001001 | 1001010 | 101010 |
Color Harmonies of #BC1C6E
Complementary color
Monochromatic Colors of #BC1C6E
Black with #BC1C6E
Text Example
Text Example
White with #BC1C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C6E; }
p { color: rgb(188,28,110); }
H1.HeaderClassName
{
color: #BC1C6E;
}
.AnyTagClassName
{
color: #BC1C6E;
}
</style>
background-color css
<style>
a { background-color: #BC1C6E; }
a { background-color: rgb(188,28,110); }
div.DivClassName
{
background-color: #BC1C6E;
}
.BgClassName
{
background-color: #BC1C6E;
}
</style>
border-color css
<style>
span { border-color: #BC1C6E; }
span { border-color: rgb(188,28,110); }
td.TdClassName
{
border-color: #BC1C6E;
}
.TagClassName
{
border-color: #BC1C6E;
}
</style>