Shades of Medium Red Violet #BC247E
Tints of Medium Red Violet #BC247E
RGB
CMYK
RGB Variations
Color information
#BC247E (or 0xBC247E) is known color: Medium Red Violet. HEX triplet: BC, 24 and 7E. RGB value is (188,36,126). Sum of RGB (Red+Green+Blue) = 188+36+126=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC247E is #43DB81. Grayscale: #5B5B5B. Windows color (decimal): -4447106 or 8266940. OLE color: 8266940.
HSL color Cylindrical-coordinate representation of color #BC247E: hue angle of 324.47º 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 #BC247E is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 126 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.26 |
| HSL | 324.47º | 0.68% | 0.44% | - |
| HSV(B) | 324.47º | 0.81% | 0.74% | - |
| XYZ | 25.14 | 13.46 | 21.01 | - |
| YUV | 91.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 126 | 0 | 0.81 | 0.33 | 0.26 | 324.47 | 0.68 | 0.44 |
| Hex | BC | 24 | 7E | 0 | 51 | 21 | 1A | 144 | 44 | 2C |
| Octal | 274 | 44 | 176 | 0 | 121 | 41 | 32 | 504 | 104 | 54 |
| Binary | 10111100 | 100100 | 1111110 | 0 | 1010001 | 100001 | 11010 | 101000100 | 1000100 | 101100 |
Color Harmonies of #BC247E
Complementary color
Monochromatic Colors of #BC247E
Black with #BC247E
Text Example
Text Example
White with #BC247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC247E; }
p { color: rgb(188,36,126); }
H1.HeaderClassName
{
color: #BC247E;
}
.AnyTagClassName
{
color: #BC247E;
}
</style>
background-color css
<style>
a { background-color: #BC247E; }
a { background-color: rgb(188,36,126); }
div.DivClassName
{
background-color: #BC247E;
}
.BgClassName
{
background-color: #BC247E;
}
</style>
border-color css
<style>
span { border-color: #BC247E; }
span { border-color: rgb(188,36,126); }
td.TdClassName
{
border-color: #BC247E;
}
.TagClassName
{
border-color: #BC247E;
}
</style>