Shades of Medium Red Violet #BC297A
Tints of Medium Red Violet #BC297A
RGB
CMYK
RGB Variations
Color information
#BC297A (or 0xBC297A) is known color: Medium Red Violet. HEX triplet: BC, 29 and 7A. RGB value is (188,41,122). Sum of RGB (Red+Green+Blue) = 188+41+122=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC297A is #43D685. Grayscale: #5E5E5E. Windows color (decimal): -4445830 or 8006076. OLE color: 8006076.
HSL color Cylindrical-coordinate representation of color #BC297A: hue angle of 326.94º 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 #BC297A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 122 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.26 |
| HSL | 326.94º | 0.64% | 0.45% | - |
| HSV(B) | 326.94º | 0.78% | 0.74% | - |
| XYZ | 25.04 | 13.68 | 19.73 | - |
| YUV | 94.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 122 | 0 | 0.78 | 0.35 | 0.26 | 326.94 | 0.64 | 0.45 |
| Hex | BC | 29 | 7A | 0 | 4E | 23 | 1A | 147 | 40 | 2D |
| Octal | 274 | 51 | 172 | 0 | 116 | 43 | 32 | 507 | 100 | 55 |
| Binary | 10111100 | 101001 | 1111010 | 0 | 1001110 | 100011 | 11010 | 101000111 | 1000000 | 101101 |
Color Harmonies of #BC297A
Complementary color
Monochromatic Colors of #BC297A
Black with #BC297A
Text Example
Text Example
White with #BC297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC297A; }
p { color: rgb(188,41,122); }
H1.HeaderClassName
{
color: #BC297A;
}
.AnyTagClassName
{
color: #BC297A;
}
</style>
background-color css
<style>
a { background-color: #BC297A; }
a { background-color: rgb(188,41,122); }
div.DivClassName
{
background-color: #BC297A;
}
.BgClassName
{
background-color: #BC297A;
}
</style>
border-color css
<style>
span { border-color: #BC297A; }
span { border-color: rgb(188,41,122); }
td.TdClassName
{
border-color: #BC297A;
}
.TagClassName
{
border-color: #BC297A;
}
</style>