Shades of Medium Violet Red #BC05A0
Tints of Medium Violet Red #BC05A0
RGB
CMYK
RGB Variations
Color information
#BC05A0 (or 0xBC05A0) is known color: Medium Violet Red. HEX triplet: BC, 05 and A0. RGB value is (188,5,160). Sum of RGB (Red+Green+Blue) = 188+5+160=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC05A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC05A0 is #43FA5F. Grayscale: #4C4C4C. Windows color (decimal): -4455008 or 10487228. OLE color: 10487228.
HSL color Cylindrical-coordinate representation of color #BC05A0: hue angle of 309.18º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC05A0 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 160 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.26 |
| HSL | 309.18º | 0.95% | 0.38% | - |
| HSV(B) | 309.18º | 0.97% | 0.74% | - |
| XYZ | 27.14 | 13.34 | 34.4 | - |
| YUV | 77.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 160 | 0 | 0.97 | 0.15 | 0.26 | 309.18 | 0.95 | 0.38 |
| Hex | BC | 5 | A0 | 0 | 61 | F | 1A | 135 | 5F | 26 |
| Octal | 274 | 5 | 240 | 0 | 141 | 17 | 32 | 465 | 137 | 46 |
| Binary | 10111100 | 101 | 10100000 | 0 | 1100001 | 1111 | 11010 | 100110101 | 1011111 | 100110 |
Color Harmonies of #BC05A0
Complementary color
Monochromatic Colors of #BC05A0
Black with #BC05A0
Text Example
Text Example
White with #BC05A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05A0; }
p { color: rgb(188,5,160); }
H1.HeaderClassName
{
color: #BC05A0;
}
.AnyTagClassName
{
color: #BC05A0;
}
</style>
background-color css
<style>
a { background-color: #BC05A0; }
a { background-color: rgb(188,5,160); }
div.DivClassName
{
background-color: #BC05A0;
}
.BgClassName
{
background-color: #BC05A0;
}
</style>
border-color css
<style>
span { border-color: #BC05A0; }
span { border-color: rgb(188,5,160); }
td.TdClassName
{
border-color: #BC05A0;
}
.TagClassName
{
border-color: #BC05A0;
}
</style>