Shades of Medium Violet Red #BC209B
Tints of Medium Violet Red #BC209B
RGB
CMYK
RGB Variations
Color information
#BC209B (or 0xBC209B) is known color: Medium Violet Red. HEX triplet: BC, 20 and 9B. RGB value is (188,32,155). Sum of RGB (Red+Green+Blue) = 188+32+155=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC209B is #43DF64. Grayscale: #5C5C5C. Windows color (decimal): -4448101 or 10166460. OLE color: 10166460.
HSL color Cylindrical-coordinate representation of color #BC209B: hue angle of 312.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC209B is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 155 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.26 |
| HSL | 312.69º | 0.71% | 0.43% | - |
| HSV(B) | 312.69º | 0.83% | 0.74% | - |
| XYZ | 27.17 | 14.09 | 32.3 | - |
| YUV | 92.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 155 | 0 | 0.83 | 0.18 | 0.26 | 312.69 | 0.71 | 0.43 |
| Hex | BC | 20 | 9B | 0 | 53 | 12 | 1A | 139 | 47 | 2B |
| Octal | 274 | 40 | 233 | 0 | 123 | 22 | 32 | 471 | 107 | 53 |
| Binary | 10111100 | 100000 | 10011011 | 0 | 1010011 | 10010 | 11010 | 100111001 | 1000111 | 101011 |
Color Harmonies of #BC209B
Complementary color
Monochromatic Colors of #BC209B
Black with #BC209B
Text Example
Text Example
White with #BC209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC209B; }
p { color: rgb(188,32,155); }
H1.HeaderClassName
{
color: #BC209B;
}
.AnyTagClassName
{
color: #BC209B;
}
</style>
background-color css
<style>
a { background-color: #BC209B; }
a { background-color: rgb(188,32,155); }
div.DivClassName
{
background-color: #BC209B;
}
.BgClassName
{
background-color: #BC209B;
}
</style>
border-color css
<style>
span { border-color: #BC209B; }
span { border-color: rgb(188,32,155); }
td.TdClassName
{
border-color: #BC209B;
}
.TagClassName
{
border-color: #BC209B;
}
</style>