Shades of Medium Red Violet #BC288C
Tints of Medium Red Violet #BC288C
RGB
CMYK
RGB Variations
Color information
#BC288C (or 0xBC288C) is known color: Medium Red Violet. HEX triplet: BC, 28 and 8C. RGB value is (188,40,140). Sum of RGB (Red+Green+Blue) = 188+40+140=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC288C is #43D773. Grayscale: #5F5F5F. Windows color (decimal): -4446068 or 9185468. OLE color: 9185468.
HSL color Cylindrical-coordinate representation of color #BC288C: hue angle of 319.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC288C is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 140 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.26 |
| HSL | 319.46º | 0.65% | 0.45% | - |
| HSV(B) | 319.46º | 0.79% | 0.74% | - |
| XYZ | 26.23 | 14.1 | 26.15 | - |
| YUV | 95.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 140 | 0 | 0.79 | 0.26 | 0.26 | 319.46 | 0.65 | 0.45 |
| Hex | BC | 28 | 8C | 0 | 4F | 1A | 1A | 13F | 41 | 2D |
| Octal | 274 | 50 | 214 | 0 | 117 | 32 | 32 | 477 | 101 | 55 |
| Binary | 10111100 | 101000 | 10001100 | 0 | 1001111 | 11010 | 11010 | 100111111 | 1000001 | 101101 |
Color Harmonies of #BC288C
Complementary color
Monochromatic Colors of #BC288C
Black with #BC288C
Text Example
Text Example
White with #BC288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC288C; }
p { color: rgb(188,40,140); }
H1.HeaderClassName
{
color: #BC288C;
}
.AnyTagClassName
{
color: #BC288C;
}
</style>
background-color css
<style>
a { background-color: #BC288C; }
a { background-color: rgb(188,40,140); }
div.DivClassName
{
background-color: #BC288C;
}
.BgClassName
{
background-color: #BC288C;
}
</style>
border-color css
<style>
span { border-color: #BC288C; }
span { border-color: rgb(188,40,140); }
td.TdClassName
{
border-color: #BC288C;
}
.TagClassName
{
border-color: #BC288C;
}
</style>