Shades of Medium Red Violet #BC299A
Tints of Medium Red Violet #BC299A
RGB
CMYK
RGB Variations
Color information
#BC299A (or 0xBC299A) is known color: Medium Red Violet. HEX triplet: BC, 29 and 9A. RGB value is (188,41,154). Sum of RGB (Red+Green+Blue) = 188+41+154=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC299A is #43D665. Grayscale: #616161. Windows color (decimal): -4445798 or 10103228. OLE color: 10103228.
HSL color Cylindrical-coordinate representation of color #BC299A: hue angle of 313.88º 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 #BC299A is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 154 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.26 |
| HSL | 313.88º | 0.64% | 0.45% | - |
| HSV(B) | 313.88º | 0.78% | 0.74% | - |
| XYZ | 27.36 | 14.61 | 31.95 | - |
| YUV | 97.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 154 | 0 | 0.78 | 0.18 | 0.26 | 313.88 | 0.64 | 0.45 |
| Hex | BC | 29 | 9A | 0 | 4E | 12 | 1A | 13A | 40 | 2D |
| Octal | 274 | 51 | 232 | 0 | 116 | 22 | 32 | 472 | 100 | 55 |
| Binary | 10111100 | 101001 | 10011010 | 0 | 1001110 | 10010 | 11010 | 100111010 | 1000000 | 101101 |
Color Harmonies of #BC299A
Complementary color
Monochromatic Colors of #BC299A
Black with #BC299A
Text Example
Text Example
White with #BC299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC299A; }
p { color: rgb(188,41,154); }
H1.HeaderClassName
{
color: #BC299A;
}
.AnyTagClassName
{
color: #BC299A;
}
</style>
background-color css
<style>
a { background-color: #BC299A; }
a { background-color: rgb(188,41,154); }
div.DivClassName
{
background-color: #BC299A;
}
.BgClassName
{
background-color: #BC299A;
}
</style>
border-color css
<style>
span { border-color: #BC299A; }
span { border-color: rgb(188,41,154); }
td.TdClassName
{
border-color: #BC299A;
}
.TagClassName
{
border-color: #BC299A;
}
</style>