Shades of Medium Violet Red #BC1E6B
Tints of Medium Violet Red #BC1E6B
RGB
CMYK
RGB Variations
Color information
#BC1E6B (or 0xBC1E6B) is known color: Medium Violet Red. HEX triplet: BC, 1E and 6B. RGB value is (188,30,107). Sum of RGB (Red+Green+Blue) = 188+30+107=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E6B is #43E194. Grayscale: #555555. Windows color (decimal): -4448661 or 7020220. OLE color: 7020220.
HSL color Cylindrical-coordinate representation of color #BC1E6B: hue angle of 330.76º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E6B is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 107 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.26 |
| HSL | 330.76º | 0.72% | 0.43% | - |
| HSV(B) | 330.76º | 0.84% | 0.74% | - |
| XYZ | 23.86 | 12.68 | 15.1 | - |
| YUV | 86.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 107 | 0 | 0.84 | 0.43 | 0.26 | 330.76 | 0.72 | 0.43 |
| Hex | BC | 1E | 6B | 0 | 54 | 2B | 1A | 14B | 48 | 2B |
| Octal | 274 | 36 | 153 | 0 | 124 | 53 | 32 | 513 | 110 | 53 |
| Binary | 10111100 | 11110 | 1101011 | 0 | 1010100 | 101011 | 11010 | 101001011 | 1001000 | 101011 |
Color Harmonies of #BC1E6B
Complementary color
Monochromatic Colors of #BC1E6B
Black with #BC1E6B
Text Example
Text Example
White with #BC1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E6B; }
p { color: rgb(188,30,107); }
H1.HeaderClassName
{
color: #BC1E6B;
}
.AnyTagClassName
{
color: #BC1E6B;
}
</style>
background-color css
<style>
a { background-color: #BC1E6B; }
a { background-color: rgb(188,30,107); }
div.DivClassName
{
background-color: #BC1E6B;
}
.BgClassName
{
background-color: #BC1E6B;
}
</style>
border-color css
<style>
span { border-color: #BC1E6B; }
span { border-color: rgb(188,30,107); }
td.TdClassName
{
border-color: #BC1E6B;
}
.TagClassName
{
border-color: #BC1E6B;
}
</style>