Shades of Medium Red Violet #BC299D
Tints of Medium Red Violet #BC299D
RGB
CMYK
RGB Variations
Color information
#BC299D (or 0xBC299D) is known color: Medium Red Violet. HEX triplet: BC, 29 and 9D. RGB value is (188,41,157). Sum of RGB (Red+Green+Blue) = 188+41+157=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC299D is #43D662. Grayscale: #616161. Windows color (decimal): -4445795 or 10299836. OLE color: 10299836.
HSL color Cylindrical-coordinate representation of color #BC299D: hue angle of 312.65º 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 #BC299D is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 157 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.26 |
| HSL | 312.65º | 0.64% | 0.45% | - |
| HSV(B) | 312.65º | 0.78% | 0.74% | - |
| XYZ | 27.62 | 14.71 | 33.28 | - |
| YUV | 98.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 157 | 0 | 0.78 | 0.16 | 0.26 | 312.65 | 0.64 | 0.45 |
| Hex | BC | 29 | 9D | 0 | 4E | 10 | 1A | 139 | 40 | 2D |
| Octal | 274 | 51 | 235 | 0 | 116 | 20 | 32 | 471 | 100 | 55 |
| Binary | 10111100 | 101001 | 10011101 | 0 | 1001110 | 10000 | 11010 | 100111001 | 1000000 | 101101 |
Color Harmonies of #BC299D
Complementary color
Monochromatic Colors of #BC299D
Black with #BC299D
Text Example
Text Example
White with #BC299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC299D; }
p { color: rgb(188,41,157); }
H1.HeaderClassName
{
color: #BC299D;
}
.AnyTagClassName
{
color: #BC299D;
}
</style>
background-color css
<style>
a { background-color: #BC299D; }
a { background-color: rgb(188,41,157); }
div.DivClassName
{
background-color: #BC299D;
}
.BgClassName
{
background-color: #BC299D;
}
</style>
border-color css
<style>
span { border-color: #BC299D; }
span { border-color: rgb(188,41,157); }
td.TdClassName
{
border-color: #BC299D;
}
.TagClassName
{
border-color: #BC299D;
}
</style>