Shades of Medium Red Violet #BC2B6D
Tints of Medium Red Violet #BC2B6D
RGB
CMYK
RGB Variations
Color information
#BC2B6D (or 0xBC2B6D) is known color: Medium Red Violet. HEX triplet: BC, 2B and 6D. RGB value is (188,43,109). Sum of RGB (Red+Green+Blue) = 188+43+109=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B6D is #43D492. Grayscale: #5D5D5D. Windows color (decimal): -4445331 or 7154620. OLE color: 7154620.
HSL color Cylindrical-coordinate representation of color #BC2B6D: hue angle of 332.69º degrees, saturation: 0.63, 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 #BC2B6D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 109 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.26 |
| HSL | 332.69º | 0.63% | 0.45% | - |
| HSV(B) | 332.69º | 0.77% | 0.74% | - |
| XYZ | 24.36 | 13.52 | 15.79 | - |
| YUV | 93.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 109 | 0 | 0.77 | 0.42 | 0.26 | 332.69 | 0.63 | 0.45 |
| Hex | BC | 2B | 6D | 0 | 4D | 2A | 1A | 14D | 3F | 2D |
| Octal | 274 | 53 | 155 | 0 | 115 | 52 | 32 | 515 | 77 | 55 |
| Binary | 10111100 | 101011 | 1101101 | 0 | 1001101 | 101010 | 11010 | 101001101 | 111111 | 101101 |
Color Harmonies of #BC2B6D
Complementary color
Monochromatic Colors of #BC2B6D
Black with #BC2B6D
Text Example
Text Example
White with #BC2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B6D; }
p { color: rgb(188,43,109); }
H1.HeaderClassName
{
color: #BC2B6D;
}
.AnyTagClassName
{
color: #BC2B6D;
}
</style>
background-color css
<style>
a { background-color: #BC2B6D; }
a { background-color: rgb(188,43,109); }
div.DivClassName
{
background-color: #BC2B6D;
}
.BgClassName
{
background-color: #BC2B6D;
}
</style>
border-color css
<style>
span { border-color: #BC2B6D; }
span { border-color: rgb(188,43,109); }
td.TdClassName
{
border-color: #BC2B6D;
}
.TagClassName
{
border-color: #BC2B6D;
}
</style>