Shades of Medium Violet Red #BC028C
Tints of Medium Violet Red #BC028C
RGB
CMYK
RGB Variations
Color information
#BC028C (or 0xBC028C) is known color: Medium Violet Red. HEX triplet: BC, 02 and 8C. RGB value is (188,2,140). Sum of RGB (Red+Green+Blue) = 188+2+140=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC028C is #43FD73. Grayscale: #484848. Windows color (decimal): -4455796 or 9175740. OLE color: 9175740.
HSL color Cylindrical-coordinate representation of color #BC028C: hue angle of 315.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC028C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.26 |
| HSL | 315.48º | 0.98% | 0.37% | - |
| HSV(B) | 315.48º | 0.99% | 0.74% | - |
| XYZ | 25.49 | 12.63 | 25.9 | - |
| YUV | 73.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 140 | 0 | 0.99 | 0.26 | 0.26 | 315.48 | 0.98 | 0.37 |
| Hex | BC | 2 | 8C | 0 | 63 | 1A | 1A | 13B | 62 | 25 |
| Octal | 274 | 2 | 214 | 0 | 143 | 32 | 32 | 473 | 142 | 45 |
| Binary | 10111100 | 10 | 10001100 | 0 | 1100011 | 11010 | 11010 | 100111011 | 1100010 | 100101 |
Color Harmonies of #BC028C
Complementary color
Monochromatic Colors of #BC028C
Black with #BC028C
Text Example
Text Example
White with #BC028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC028C; }
p { color: rgb(188,2,140); }
H1.HeaderClassName
{
color: #BC028C;
}
.AnyTagClassName
{
color: #BC028C;
}
</style>
background-color css
<style>
a { background-color: #BC028C; }
a { background-color: rgb(188,2,140); }
div.DivClassName
{
background-color: #BC028C;
}
.BgClassName
{
background-color: #BC028C;
}
</style>
border-color css
<style>
span { border-color: #BC028C; }
span { border-color: rgb(188,2,140); }
td.TdClassName
{
border-color: #BC028C;
}
.TagClassName
{
border-color: #BC028C;
}
</style>