Shades of Medium Violet Red #BC15A0
Tints of Medium Violet Red #BC15A0
RGB
CMYK
RGB Variations
Color information
#BC15A0 (or 0xBC15A0) is known color: Medium Violet Red. HEX triplet: BC, 15 and A0. RGB value is (188,21,160). Sum of RGB (Red+Green+Blue) = 188+21+160=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC15A0 is #43EA5F. Grayscale: #565656. Windows color (decimal): -4450912 or 10491324. OLE color: 10491324.
HSL color Cylindrical-coordinate representation of color #BC15A0: hue angle of 310.06º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC15A0 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 160 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.26 |
| HSL | 310.06º | 0.8% | 0.41% | - |
| HSV(B) | 310.06º | 0.89% | 0.74% | - |
| XYZ | 27.35 | 13.77 | 34.47 | - |
| YUV | 86.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 160 | 0 | 0.89 | 0.15 | 0.26 | 310.06 | 0.8 | 0.41 |
| Hex | BC | 15 | A0 | 0 | 59 | F | 1A | 136 | 50 | 29 |
| Octal | 274 | 25 | 240 | 0 | 131 | 17 | 32 | 466 | 120 | 51 |
| Binary | 10111100 | 10101 | 10100000 | 0 | 1011001 | 1111 | 11010 | 100110110 | 1010000 | 101001 |
Color Harmonies of #BC15A0
Complementary color
Monochromatic Colors of #BC15A0
Black with #BC15A0
Text Example
Text Example
White with #BC15A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15A0; }
p { color: rgb(188,21,160); }
H1.HeaderClassName
{
color: #BC15A0;
}
.AnyTagClassName
{
color: #BC15A0;
}
</style>
background-color css
<style>
a { background-color: #BC15A0; }
a { background-color: rgb(188,21,160); }
div.DivClassName
{
background-color: #BC15A0;
}
.BgClassName
{
background-color: #BC15A0;
}
</style>
border-color css
<style>
span { border-color: #BC15A0; }
span { border-color: rgb(188,21,160); }
td.TdClassName
{
border-color: #BC15A0;
}
.TagClassName
{
border-color: #BC15A0;
}
</style>