Shades of Medium Violet Red #BC229C
Tints of Medium Violet Red #BC229C
RGB
CMYK
RGB Variations
Color information
#BC229C (or 0xBC229C) is known color: Medium Violet Red. HEX triplet: BC, 22 and 9C. RGB value is (188,34,156). Sum of RGB (Red+Green+Blue) = 188+34+156=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC229C is #43DD63. Grayscale: #5D5D5D. Windows color (decimal): -4447588 or 10232508. OLE color: 10232508.
HSL color Cylindrical-coordinate representation of color #BC229C: hue angle of 312.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC229C is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 156 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.26 |
| HSL | 312.47º | 0.69% | 0.44% | - |
| HSV(B) | 312.47º | 0.82% | 0.74% | - |
| XYZ | 27.31 | 14.24 | 32.76 | - |
| YUV | 93.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 156 | 0 | 0.82 | 0.17 | 0.26 | 312.47 | 0.69 | 0.44 |
| Hex | BC | 22 | 9C | 0 | 52 | 11 | 1A | 138 | 45 | 2C |
| Octal | 274 | 42 | 234 | 0 | 122 | 21 | 32 | 470 | 105 | 54 |
| Binary | 10111100 | 100010 | 10011100 | 0 | 1010010 | 10001 | 11010 | 100111000 | 1000101 | 101100 |
Color Harmonies of #BC229C
Complementary color
Monochromatic Colors of #BC229C
Black with #BC229C
Text Example
Text Example
White with #BC229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC229C; }
p { color: rgb(188,34,156); }
H1.HeaderClassName
{
color: #BC229C;
}
.AnyTagClassName
{
color: #BC229C;
}
</style>
background-color css
<style>
a { background-color: #BC229C; }
a { background-color: rgb(188,34,156); }
div.DivClassName
{
background-color: #BC229C;
}
.BgClassName
{
background-color: #BC229C;
}
</style>
border-color css
<style>
span { border-color: #BC229C; }
span { border-color: rgb(188,34,156); }
td.TdClassName
{
border-color: #BC229C;
}
.TagClassName
{
border-color: #BC229C;
}
</style>