Shades of Medium Violet Red #BC208A
Tints of Medium Violet Red #BC208A
RGB
CMYK
RGB Variations
Color information
#BC208A (or 0xBC208A) is known color: Medium Violet Red. HEX triplet: BC, 20 and 8A. RGB value is (188,32,138). Sum of RGB (Red+Green+Blue) = 188+32+138=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC208A is #43DF75. Grayscale: #5A5A5A. Windows color (decimal): -4448118 or 9052348. OLE color: 9052348.
HSL color Cylindrical-coordinate representation of color #BC208A: hue angle of 319.23º 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 #BC208A is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 138 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.26 |
| HSL | 319.23º | 0.71% | 0.43% | - |
| HSV(B) | 319.23º | 0.83% | 0.74% | - |
| XYZ | 25.84 | 13.56 | 25.3 | - |
| YUV | 90.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 138 | 0 | 0.83 | 0.27 | 0.26 | 319.23 | 0.71 | 0.43 |
| Hex | BC | 20 | 8A | 0 | 53 | 1B | 1A | 13F | 47 | 2B |
| Octal | 274 | 40 | 212 | 0 | 123 | 33 | 32 | 477 | 107 | 53 |
| Binary | 10111100 | 100000 | 10001010 | 0 | 1010011 | 11011 | 11010 | 100111111 | 1000111 | 101011 |
Color Harmonies of #BC208A
Complementary color
Monochromatic Colors of #BC208A
Black with #BC208A
Text Example
Text Example
White with #BC208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC208A; }
p { color: rgb(188,32,138); }
H1.HeaderClassName
{
color: #BC208A;
}
.AnyTagClassName
{
color: #BC208A;
}
</style>
background-color css
<style>
a { background-color: #BC208A; }
a { background-color: rgb(188,32,138); }
div.DivClassName
{
background-color: #BC208A;
}
.BgClassName
{
background-color: #BC208A;
}
</style>
border-color css
<style>
span { border-color: #BC208A; }
span { border-color: rgb(188,32,138); }
td.TdClassName
{
border-color: #BC208A;
}
.TagClassName
{
border-color: #BC208A;
}
</style>