Shades of Medium Red Violet #BC237C
Tints of Medium Red Violet #BC237C
RGB
CMYK
RGB Variations
Color information
#BC237C (or 0xBC237C) is known color: Medium Red Violet. HEX triplet: BC, 23 and 7C. RGB value is (188,35,124). Sum of RGB (Red+Green+Blue) = 188+35+124=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC237C is #43DC83. Grayscale: #5A5A5A. Windows color (decimal): -4447364 or 8135612. OLE color: 8135612.
HSL color Cylindrical-coordinate representation of color #BC237C: hue angle of 325.1º degrees, saturation: 0.69, 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 #BC237C is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 124 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.26 |
| HSL | 325.1º | 0.69% | 0.44% | - |
| HSV(B) | 325.1º | 0.81% | 0.74% | - |
| XYZ | 24.98 | 13.35 | 20.33 | - |
| YUV | 90.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 124 | 0 | 0.81 | 0.34 | 0.26 | 325.1 | 0.69 | 0.44 |
| Hex | BC | 23 | 7C | 0 | 51 | 22 | 1A | 145 | 45 | 2C |
| Octal | 274 | 43 | 174 | 0 | 121 | 42 | 32 | 505 | 105 | 54 |
| Binary | 10111100 | 100011 | 1111100 | 0 | 1010001 | 100010 | 11010 | 101000101 | 1000101 | 101100 |
Color Harmonies of #BC237C
Complementary color
Monochromatic Colors of #BC237C
Black with #BC237C
Text Example
Text Example
White with #BC237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC237C; }
p { color: rgb(188,35,124); }
H1.HeaderClassName
{
color: #BC237C;
}
.AnyTagClassName
{
color: #BC237C;
}
</style>
background-color css
<style>
a { background-color: #BC237C; }
a { background-color: rgb(188,35,124); }
div.DivClassName
{
background-color: #BC237C;
}
.BgClassName
{
background-color: #BC237C;
}
</style>
border-color css
<style>
span { border-color: #BC237C; }
span { border-color: rgb(188,35,124); }
td.TdClassName
{
border-color: #BC237C;
}
.TagClassName
{
border-color: #BC237C;
}
</style>