Shades of Medium Red Violet #BC299E
Tints of Medium Red Violet #BC299E
RGB
CMYK
RGB Variations
Color information
#BC299E (or 0xBC299E) is known color: Medium Red Violet. HEX triplet: BC, 29 and 9E. RGB value is (188,41,158). Sum of RGB (Red+Green+Blue) = 188+41+158=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC299E is #43D661. Grayscale: #616161. Windows color (decimal): -4445794 or 10365372. OLE color: 10365372.
HSL color Cylindrical-coordinate representation of color #BC299E: hue angle of 312.24º 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 #BC299E is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 158 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.26 |
| HSL | 312.24º | 0.64% | 0.45% | - |
| HSV(B) | 312.24º | 0.78% | 0.74% | - |
| XYZ | 27.7 | 14.75 | 33.73 | - |
| YUV | 98.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 158 | 0 | 0.78 | 0.16 | 0.26 | 312.24 | 0.64 | 0.45 |
| Hex | BC | 29 | 9E | 0 | 4E | 10 | 1A | 138 | 40 | 2D |
| Octal | 274 | 51 | 236 | 0 | 116 | 20 | 32 | 470 | 100 | 55 |
| Binary | 10111100 | 101001 | 10011110 | 0 | 1001110 | 10000 | 11010 | 100111000 | 1000000 | 101101 |
Color Harmonies of #BC299E
Complementary color
Monochromatic Colors of #BC299E
Black with #BC299E
Text Example
Text Example
White with #BC299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC299E; }
p { color: rgb(188,41,158); }
H1.HeaderClassName
{
color: #BC299E;
}
.AnyTagClassName
{
color: #BC299E;
}
</style>
background-color css
<style>
a { background-color: #BC299E; }
a { background-color: rgb(188,41,158); }
div.DivClassName
{
background-color: #BC299E;
}
.BgClassName
{
background-color: #BC299E;
}
</style>
border-color css
<style>
span { border-color: #BC299E; }
span { border-color: rgb(188,41,158); }
td.TdClassName
{
border-color: #BC299E;
}
.TagClassName
{
border-color: #BC299E;
}
</style>