Shades of Medium Violet Red #BC1C73
Tints of Medium Violet Red #BC1C73
RGB
CMYK
RGB Variations
Color information
#BC1C73 (or 0xBC1C73) is known color: Medium Violet Red. HEX triplet: BC, 1C and 73. RGB value is (188,28,115). Sum of RGB (Red+Green+Blue) = 188+28+115=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C73 is #43E38C. Grayscale: #555555. Windows color (decimal): -4449165 or 7543996. OLE color: 7543996.
HSL color Cylindrical-coordinate representation of color #BC1C73: hue angle of 327.38º 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 #BC1C73 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 115 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.26 |
| HSL | 327.38º | 0.74% | 0.42% | - |
| HSV(B) | 327.38º | 0.85% | 0.74% | - |
| XYZ | 24.25 | 12.76 | 17.4 | - |
| YUV | 85.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 115 | 0 | 0.85 | 0.39 | 0.26 | 327.38 | 0.74 | 0.42 |
| Hex | BC | 1C | 73 | 0 | 55 | 27 | 1A | 147 | 4A | 2A |
| Octal | 274 | 34 | 163 | 0 | 125 | 47 | 32 | 507 | 112 | 52 |
| Binary | 10111100 | 11100 | 1110011 | 0 | 1010101 | 100111 | 11010 | 101000111 | 1001010 | 101010 |
Color Harmonies of #BC1C73
Complementary color
Monochromatic Colors of #BC1C73
Black with #BC1C73
Text Example
Text Example
White with #BC1C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C73; }
p { color: rgb(188,28,115); }
H1.HeaderClassName
{
color: #BC1C73;
}
.AnyTagClassName
{
color: #BC1C73;
}
</style>
background-color css
<style>
a { background-color: #BC1C73; }
a { background-color: rgb(188,28,115); }
div.DivClassName
{
background-color: #BC1C73;
}
.BgClassName
{
background-color: #BC1C73;
}
</style>
border-color css
<style>
span { border-color: #BC1C73; }
span { border-color: rgb(188,28,115); }
td.TdClassName
{
border-color: #BC1C73;
}
.TagClassName
{
border-color: #BC1C73;
}
</style>