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