Shades of Medium Violet Red #BC229A
Tints of Medium Violet Red #BC229A
RGB
CMYK
RGB Variations
Color information
#BC229A (or 0xBC229A) is known color: Medium Violet Red. HEX triplet: BC, 22 and 9A. RGB value is (188,34,154). Sum of RGB (Red+Green+Blue) = 188+34+154=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC229A is #43DD65. Grayscale: #5D5D5D. Windows color (decimal): -4447590 or 10101436. OLE color: 10101436.
HSL color Cylindrical-coordinate representation of color #BC229A: hue angle of 313.25º 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 #BC229A is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 154 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.26 |
| HSL | 313.25º | 0.69% | 0.44% | - |
| HSV(B) | 313.25º | 0.82% | 0.74% | - |
| XYZ | 27.14 | 14.17 | 31.88 | - |
| YUV | 93.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 154 | 0 | 0.82 | 0.18 | 0.26 | 313.25 | 0.69 | 0.44 |
| Hex | BC | 22 | 9A | 0 | 52 | 12 | 1A | 139 | 45 | 2C |
| Octal | 274 | 42 | 232 | 0 | 122 | 22 | 32 | 471 | 105 | 54 |
| Binary | 10111100 | 100010 | 10011010 | 0 | 1010010 | 10010 | 11010 | 100111001 | 1000101 | 101100 |
Color Harmonies of #BC229A
Complementary color
Monochromatic Colors of #BC229A
Black with #BC229A
Text Example
Text Example
White with #BC229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC229A; }
p { color: rgb(188,34,154); }
H1.HeaderClassName
{
color: #BC229A;
}
.AnyTagClassName
{
color: #BC229A;
}
</style>
background-color css
<style>
a { background-color: #BC229A; }
a { background-color: rgb(188,34,154); }
div.DivClassName
{
background-color: #BC229A;
}
.BgClassName
{
background-color: #BC229A;
}
</style>
border-color css
<style>
span { border-color: #BC229A; }
span { border-color: rgb(188,34,154); }
td.TdClassName
{
border-color: #BC229A;
}
.TagClassName
{
border-color: #BC229A;
}
</style>