Shades of Medium Violet Red #BC15A2
Tints of Medium Violet Red #BC15A2
RGB
CMYK
RGB Variations
Color information
#BC15A2 (or 0xBC15A2) is known color: Medium Violet Red. HEX triplet: BC, 15 and A2. RGB value is (188,21,162). Sum of RGB (Red+Green+Blue) = 188+21+162=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC15A2 is #43EA5D. Grayscale: #565656. Windows color (decimal): -4450910 or 10622396. OLE color: 10622396.
HSL color Cylindrical-coordinate representation of color #BC15A2: hue angle of 309.34º 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 #BC15A2 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 162 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.26 |
| HSL | 309.34º | 0.8% | 0.41% | - |
| HSV(B) | 309.34º | 0.89% | 0.74% | - |
| XYZ | 27.53 | 13.84 | 35.4 | - |
| YUV | 87.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 162 | 0 | 0.89 | 0.14 | 0.26 | 309.34 | 0.8 | 0.41 |
| Hex | BC | 15 | A2 | 0 | 59 | E | 1A | 135 | 50 | 29 |
| Octal | 274 | 25 | 242 | 0 | 131 | 16 | 32 | 465 | 120 | 51 |
| Binary | 10111100 | 10101 | 10100010 | 0 | 1011001 | 1110 | 11010 | 100110101 | 1010000 | 101001 |
Color Harmonies of #BC15A2
Complementary color
Monochromatic Colors of #BC15A2
Black with #BC15A2
Text Example
Text Example
White with #BC15A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15A2; }
p { color: rgb(188,21,162); }
H1.HeaderClassName
{
color: #BC15A2;
}
.AnyTagClassName
{
color: #BC15A2;
}
</style>
background-color css
<style>
a { background-color: #BC15A2; }
a { background-color: rgb(188,21,162); }
div.DivClassName
{
background-color: #BC15A2;
}
.BgClassName
{
background-color: #BC15A2;
}
</style>
border-color css
<style>
span { border-color: #BC15A2; }
span { border-color: rgb(188,21,162); }
td.TdClassName
{
border-color: #BC15A2;
}
.TagClassName
{
border-color: #BC15A2;
}
</style>