Shades of Medium Violet Red #BC1D6D
Tints of Medium Violet Red #BC1D6D
RGB
CMYK
RGB Variations
Color information
#BC1D6D (or 0xBC1D6D) is known color: Medium Violet Red. HEX triplet: BC, 1D and 6D. RGB value is (188,29,109). Sum of RGB (Red+Green+Blue) = 188+29+109=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D6D is #43E292. Grayscale: #555555. Windows color (decimal): -4448915 or 7151036. OLE color: 7151036.
HSL color Cylindrical-coordinate representation of color #BC1D6D: hue angle of 329.81º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D6D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 109 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.26 |
| HSL | 329.81º | 0.73% | 0.43% | - |
| HSV(B) | 329.81º | 0.85% | 0.74% | - |
| XYZ | 23.94 | 12.67 | 15.65 | - |
| YUV | 85.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 109 | 0 | 0.85 | 0.42 | 0.26 | 329.81 | 0.73 | 0.43 |
| Hex | BC | 1D | 6D | 0 | 55 | 2A | 1A | 14A | 49 | 2B |
| Octal | 274 | 35 | 155 | 0 | 125 | 52 | 32 | 512 | 111 | 53 |
| Binary | 10111100 | 11101 | 1101101 | 0 | 1010101 | 101010 | 11010 | 101001010 | 1001001 | 101011 |
Color Harmonies of #BC1D6D
Complementary color
Monochromatic Colors of #BC1D6D
Black with #BC1D6D
Text Example
Text Example
White with #BC1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D6D; }
p { color: rgb(188,29,109); }
H1.HeaderClassName
{
color: #BC1D6D;
}
.AnyTagClassName
{
color: #BC1D6D;
}
</style>
background-color css
<style>
a { background-color: #BC1D6D; }
a { background-color: rgb(188,29,109); }
div.DivClassName
{
background-color: #BC1D6D;
}
.BgClassName
{
background-color: #BC1D6D;
}
</style>
border-color css
<style>
span { border-color: #BC1D6D; }
span { border-color: rgb(188,29,109); }
td.TdClassName
{
border-color: #BC1D6D;
}
.TagClassName
{
border-color: #BC1D6D;
}
</style>