Shades of Medium Violet Red #BC229D
Tints of Medium Violet Red #BC229D
RGB
CMYK
RGB Variations
Color information
#BC229D (or 0xBC229D) is known color: Medium Violet Red. HEX triplet: BC, 22 and 9D. RGB value is (188,34,157). Sum of RGB (Red+Green+Blue) = 188+34+157=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC229D is #43DD62. Grayscale: #5D5D5D. Windows color (decimal): -4447587 or 10298044. OLE color: 10298044.
HSL color Cylindrical-coordinate representation of color #BC229D: hue angle of 312.08º 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 #BC229D is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 157 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.26 |
| HSL | 312.08º | 0.69% | 0.44% | - |
| HSV(B) | 312.08º | 0.82% | 0.74% | - |
| XYZ | 27.4 | 14.27 | 33.21 | - |
| YUV | 94.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 157 | 0 | 0.82 | 0.16 | 0.26 | 312.08 | 0.69 | 0.44 |
| Hex | BC | 22 | 9D | 0 | 52 | 10 | 1A | 138 | 45 | 2C |
| Octal | 274 | 42 | 235 | 0 | 122 | 20 | 32 | 470 | 105 | 54 |
| Binary | 10111100 | 100010 | 10011101 | 0 | 1010010 | 10000 | 11010 | 100111000 | 1000101 | 101100 |
Color Harmonies of #BC229D
Complementary color
Monochromatic Colors of #BC229D
Black with #BC229D
Text Example
Text Example
White with #BC229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC229D; }
p { color: rgb(188,34,157); }
H1.HeaderClassName
{
color: #BC229D;
}
.AnyTagClassName
{
color: #BC229D;
}
</style>
background-color css
<style>
a { background-color: #BC229D; }
a { background-color: rgb(188,34,157); }
div.DivClassName
{
background-color: #BC229D;
}
.BgClassName
{
background-color: #BC229D;
}
</style>
border-color css
<style>
span { border-color: #BC229D; }
span { border-color: rgb(188,34,157); }
td.TdClassName
{
border-color: #BC229D;
}
.TagClassName
{
border-color: #BC229D;
}
</style>