Shades of Medium Violet Red #BC13A0
Tints of Medium Violet Red #BC13A0
RGB
CMYK
RGB Variations
Color information
#BC13A0 (or 0xBC13A0) is known color: Medium Violet Red. HEX triplet: BC, 13 and A0. RGB value is (188,19,160). Sum of RGB (Red+Green+Blue) = 188+19+160=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC13A0 is #43EC5F. Grayscale: #555555. Windows color (decimal): -4451424 or 10490812. OLE color: 10490812.
HSL color Cylindrical-coordinate representation of color #BC13A0: hue angle of 309.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13A0 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 160 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.26 |
| HSL | 309.94º | 0.82% | 0.41% | - |
| HSV(B) | 309.94º | 0.9% | 0.74% | - |
| XYZ | 27.32 | 13.7 | 34.46 | - |
| YUV | 85.61 | 169.99 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 160 | 0 | 0.90 | 0.15 | 0.26 | 309.94 | 0.82 | 0.41 |
| Hex | BC | 13 | A0 | 0 | 5A | F | 1A | 136 | 52 | 29 |
| Octal | 274 | 23 | 240 | 0 | 132 | 17 | 32 | 466 | 122 | 51 |
| Binary | 10111100 | 10011 | 10100000 | 0 | 1011010 | 1111 | 11010 | 100110110 | 1010010 | 101001 |
Color Harmonies of #BC13A0
Complementary color
Monochromatic Colors of #BC13A0
Black with #BC13A0
Text Example
Text Example
White with #BC13A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13A0; }
p { color: rgb(188,19,160); }
H1.HeaderClassName
{
color: #BC13A0;
}
.AnyTagClassName
{
color: #BC13A0;
}
</style>
background-color css
<style>
a { background-color: #BC13A0; }
a { background-color: rgb(188,19,160); }
div.DivClassName
{
background-color: #BC13A0;
}
.BgClassName
{
background-color: #BC13A0;
}
</style>
border-color css
<style>
span { border-color: #BC13A0; }
span { border-color: rgb(188,19,160); }
td.TdClassName
{
border-color: #BC13A0;
}
.TagClassName
{
border-color: #BC13A0;
}
</style>