Shades of Medium Red Violet #BC2D6C
Tints of Medium Red Violet #BC2D6C
RGB
CMYK
RGB Variations
Color information
#BC2D6C (or 0xBC2D6C) is known color: Medium Red Violet. HEX triplet: BC, 2D and 6C. RGB value is (188,45,108). Sum of RGB (Red+Green+Blue) = 188+45+108=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D6C is #43D293. Grayscale: #5E5E5E. Windows color (decimal): -4444820 or 7089596. OLE color: 7089596.
HSL color Cylindrical-coordinate representation of color #BC2D6C: hue angle of 333.57º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D6C is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 108 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.26 |
| HSL | 333.57º | 0.61% | 0.46% | - |
| HSV(B) | 333.57º | 0.76% | 0.74% | - |
| XYZ | 24.38 | 13.65 | 15.54 | - |
| YUV | 94.94 | 135.38 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 108 | 0 | 0.76 | 0.43 | 0.26 | 333.57 | 0.61 | 0.46 |
| Hex | BC | 2D | 6C | 0 | 4C | 2B | 1A | 14E | 3D | 2E |
| Octal | 274 | 55 | 154 | 0 | 114 | 53 | 32 | 516 | 75 | 56 |
| Binary | 10111100 | 101101 | 1101100 | 0 | 1001100 | 101011 | 11010 | 101001110 | 111101 | 101110 |
Color Harmonies of #BC2D6C
Complementary color
Monochromatic Colors of #BC2D6C
Black with #BC2D6C
Text Example
Text Example
White with #BC2D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D6C; }
p { color: rgb(188,45,108); }
H1.HeaderClassName
{
color: #BC2D6C;
}
.AnyTagClassName
{
color: #BC2D6C;
}
</style>
background-color css
<style>
a { background-color: #BC2D6C; }
a { background-color: rgb(188,45,108); }
div.DivClassName
{
background-color: #BC2D6C;
}
.BgClassName
{
background-color: #BC2D6C;
}
</style>
border-color css
<style>
span { border-color: #BC2D6C; }
span { border-color: rgb(188,45,108); }
td.TdClassName
{
border-color: #BC2D6C;
}
.TagClassName
{
border-color: #BC2D6C;
}
</style>