Shades of Medium Violet Red #BC1B6D
Tints of Medium Violet Red #BC1B6D
RGB
CMYK
RGB Variations
Color information
#BC1B6D (or 0xBC1B6D) is known color: Medium Violet Red. HEX triplet: BC, 1B and 6D. RGB value is (188,27,109). Sum of RGB (Red+Green+Blue) = 188+27+109=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B6D is #43E492. Grayscale: #545454. Windows color (decimal): -4449427 or 7150524. OLE color: 7150524.
HSL color Cylindrical-coordinate representation of color #BC1B6D: hue angle of 329.44º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B6D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 109 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.26 |
| HSL | 329.44º | 0.75% | 0.42% | - |
| HSV(B) | 329.44º | 0.86% | 0.74% | - |
| XYZ | 23.89 | 12.58 | 15.64 | - |
| YUV | 84.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 109 | 0 | 0.86 | 0.42 | 0.26 | 329.44 | 0.75 | 0.42 |
| Hex | BC | 1B | 6D | 0 | 56 | 2A | 1A | 149 | 4B | 2A |
| Octal | 274 | 33 | 155 | 0 | 126 | 52 | 32 | 511 | 113 | 52 |
| Binary | 10111100 | 11011 | 1101101 | 0 | 1010110 | 101010 | 11010 | 101001001 | 1001011 | 101010 |
Color Harmonies of #BC1B6D
Complementary color
Monochromatic Colors of #BC1B6D
Black with #BC1B6D
Text Example
Text Example
White with #BC1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B6D; }
p { color: rgb(188,27,109); }
H1.HeaderClassName
{
color: #BC1B6D;
}
.AnyTagClassName
{
color: #BC1B6D;
}
</style>
background-color css
<style>
a { background-color: #BC1B6D; }
a { background-color: rgb(188,27,109); }
div.DivClassName
{
background-color: #BC1B6D;
}
.BgClassName
{
background-color: #BC1B6D;
}
</style>
border-color css
<style>
span { border-color: #BC1B6D; }
span { border-color: rgb(188,27,109); }
td.TdClassName
{
border-color: #BC1B6D;
}
.TagClassName
{
border-color: #BC1B6D;
}
</style>