Shades of Medium Red Violet #BC2D7E
Tints of Medium Red Violet #BC2D7E
RGB
CMYK
RGB Variations
Color information
#BC2D7E (or 0xBC2D7E) is known color: Medium Red Violet. HEX triplet: BC, 2D and 7E. RGB value is (188,45,126). Sum of RGB (Red+Green+Blue) = 188+45+126=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D7E is #43D281. Grayscale: #606060. Windows color (decimal): -4444802 or 8269244. OLE color: 8269244.
HSL color Cylindrical-coordinate representation of color #BC2D7E: hue angle of 326.01º 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 #BC2D7E is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 126 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.26 |
| HSL | 326.01º | 0.61% | 0.46% | - |
| HSV(B) | 326.01º | 0.76% | 0.74% | - |
| XYZ | 25.44 | 14.07 | 21.11 | - |
| YUV | 96.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 126 | 0 | 0.76 | 0.33 | 0.26 | 326.01 | 0.61 | 0.46 |
| Hex | BC | 2D | 7E | 0 | 4C | 21 | 1A | 146 | 3D | 2E |
| Octal | 274 | 55 | 176 | 0 | 114 | 41 | 32 | 506 | 75 | 56 |
| Binary | 10111100 | 101101 | 1111110 | 0 | 1001100 | 100001 | 11010 | 101000110 | 111101 | 101110 |
Color Harmonies of #BC2D7E
Complementary color
Monochromatic Colors of #BC2D7E
Black with #BC2D7E
Text Example
Text Example
White with #BC2D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D7E; }
p { color: rgb(188,45,126); }
H1.HeaderClassName
{
color: #BC2D7E;
}
.AnyTagClassName
{
color: #BC2D7E;
}
</style>
background-color css
<style>
a { background-color: #BC2D7E; }
a { background-color: rgb(188,45,126); }
div.DivClassName
{
background-color: #BC2D7E;
}
.BgClassName
{
background-color: #BC2D7E;
}
</style>
border-color css
<style>
span { border-color: #BC2D7E; }
span { border-color: rgb(188,45,126); }
td.TdClassName
{
border-color: #BC2D7E;
}
.TagClassName
{
border-color: #BC2D7E;
}
</style>