Shades of Medium Red Violet #BC298C
Tints of Medium Red Violet #BC298C
RGB
CMYK
RGB Variations
Color information
#BC298C (or 0xBC298C) is known color: Medium Red Violet. HEX triplet: BC, 29 and 8C. RGB value is (188,41,140). Sum of RGB (Red+Green+Blue) = 188+41+140=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC298C is #43D673. Grayscale: #5F5F5F. Windows color (decimal): -4445812 or 9185724. OLE color: 9185724.
HSL color Cylindrical-coordinate representation of color #BC298C: hue angle of 319.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC298C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 140 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.26 |
| HSL | 319.59º | 0.64% | 0.45% | - |
| HSV(B) | 319.59º | 0.78% | 0.74% | - |
| XYZ | 26.27 | 14.17 | 26.16 | - |
| YUV | 96.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 140 | 0 | 0.78 | 0.26 | 0.26 | 319.59 | 0.64 | 0.45 |
| Hex | BC | 29 | 8C | 0 | 4E | 1A | 1A | 140 | 40 | 2D |
| Octal | 274 | 51 | 214 | 0 | 116 | 32 | 32 | 500 | 100 | 55 |
| Binary | 10111100 | 101001 | 10001100 | 0 | 1001110 | 11010 | 11010 | 101000000 | 1000000 | 101101 |
Color Harmonies of #BC298C
Complementary color
Monochromatic Colors of #BC298C
Black with #BC298C
Text Example
Text Example
White with #BC298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC298C; }
p { color: rgb(188,41,140); }
H1.HeaderClassName
{
color: #BC298C;
}
.AnyTagClassName
{
color: #BC298C;
}
</style>
background-color css
<style>
a { background-color: #BC298C; }
a { background-color: rgb(188,41,140); }
div.DivClassName
{
background-color: #BC298C;
}
.BgClassName
{
background-color: #BC298C;
}
</style>
border-color css
<style>
span { border-color: #BC298C; }
span { border-color: rgb(188,41,140); }
td.TdClassName
{
border-color: #BC298C;
}
.TagClassName
{
border-color: #BC298C;
}
</style>