Shades of Medium Red Violet #BC2C6C
Tints of Medium Red Violet #BC2C6C
RGB
CMYK
RGB Variations
Color information
#BC2C6C (or 0xBC2C6C) is known color: Medium Red Violet. HEX triplet: BC, 2C and 6C. RGB value is (188,44,108). Sum of RGB (Red+Green+Blue) = 188+44+108=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C6C is #43D393. Grayscale: #5E5E5E. Windows color (decimal): -4445076 or 7089340. OLE color: 7089340.
HSL color Cylindrical-coordinate representation of color #BC2C6C: hue angle of 333.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C6C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 108 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.26 |
| HSL | 333.33º | 0.62% | 0.45% | - |
| HSV(B) | 333.33º | 0.77% | 0.74% | - |
| XYZ | 24.35 | 13.58 | 15.52 | - |
| YUV | 94.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 108 | 0 | 0.77 | 0.43 | 0.26 | 333.33 | 0.62 | 0.45 |
| Hex | BC | 2C | 6C | 0 | 4D | 2B | 1A | 14D | 3E | 2D |
| Octal | 274 | 54 | 154 | 0 | 115 | 53 | 32 | 515 | 76 | 55 |
| Binary | 10111100 | 101100 | 1101100 | 0 | 1001101 | 101011 | 11010 | 101001101 | 111110 | 101101 |
Color Harmonies of #BC2C6C
Complementary color
Monochromatic Colors of #BC2C6C
Black with #BC2C6C
Text Example
Text Example
White with #BC2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C6C; }
p { color: rgb(188,44,108); }
H1.HeaderClassName
{
color: #BC2C6C;
}
.AnyTagClassName
{
color: #BC2C6C;
}
</style>
background-color css
<style>
a { background-color: #BC2C6C; }
a { background-color: rgb(188,44,108); }
div.DivClassName
{
background-color: #BC2C6C;
}
.BgClassName
{
background-color: #BC2C6C;
}
</style>
border-color css
<style>
span { border-color: #BC2C6C; }
span { border-color: rgb(188,44,108); }
td.TdClassName
{
border-color: #BC2C6C;
}
.TagClassName
{
border-color: #BC2C6C;
}
</style>