Shades of Medium Red Violet #BC246E
Tints of Medium Red Violet #BC246E
RGB
CMYK
RGB Variations
Color information
#BC246E (or 0xBC246E) is known color: Medium Red Violet. HEX triplet: BC, 24 and 6E. RGB value is (188,36,110). Sum of RGB (Red+Green+Blue) = 188+36+110=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC246E is #43DB91. Grayscale: #595959. Windows color (decimal): -4447122 or 7218364. OLE color: 7218364.
HSL color Cylindrical-coordinate representation of color #BC246E: hue angle of 330.79º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC246E is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 110 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.26 |
| HSL | 330.79º | 0.68% | 0.44% | - |
| HSV(B) | 330.79º | 0.81% | 0.74% | - |
| XYZ | 24.18 | 13.08 | 16 | - |
| YUV | 89.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 110 | 0 | 0.81 | 0.41 | 0.26 | 330.79 | 0.68 | 0.44 |
| Hex | BC | 24 | 6E | 0 | 51 | 29 | 1A | 14B | 44 | 2C |
| Octal | 274 | 44 | 156 | 0 | 121 | 51 | 32 | 513 | 104 | 54 |
| Binary | 10111100 | 100100 | 1101110 | 0 | 1010001 | 101001 | 11010 | 101001011 | 1000100 | 101100 |
Color Harmonies of #BC246E
Complementary color
Monochromatic Colors of #BC246E
Black with #BC246E
Text Example
Text Example
White with #BC246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC246E; }
p { color: rgb(188,36,110); }
H1.HeaderClassName
{
color: #BC246E;
}
.AnyTagClassName
{
color: #BC246E;
}
</style>
background-color css
<style>
a { background-color: #BC246E; }
a { background-color: rgb(188,36,110); }
div.DivClassName
{
background-color: #BC246E;
}
.BgClassName
{
background-color: #BC246E;
}
</style>
border-color css
<style>
span { border-color: #BC246E; }
span { border-color: rgb(188,36,110); }
td.TdClassName
{
border-color: #BC246E;
}
.TagClassName
{
border-color: #BC246E;
}
</style>