Shades of Medium Violet Red #BC14A2
Tints of Medium Violet Red #BC14A2
RGB
CMYK
RGB Variations
Color information
#BC14A2 (or 0xBC14A2) is known color: Medium Violet Red. HEX triplet: BC, 14 and A2. RGB value is (188,20,162). Sum of RGB (Red+Green+Blue) = 188+20+162=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC14A2 is #43EB5D. Grayscale: #565656. Windows color (decimal): -4451166 or 10622140. OLE color: 10622140.
HSL color Cylindrical-coordinate representation of color #BC14A2: hue angle of 309.29º degrees, saturation: 0.81, 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 #BC14A2 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 162 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.26 |
| HSL | 309.29º | 0.81% | 0.41% | - |
| HSV(B) | 309.29º | 0.89% | 0.74% | - |
| XYZ | 27.51 | 13.8 | 35.4 | - |
| YUV | 86.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 162 | 0 | 0.89 | 0.14 | 0.26 | 309.29 | 0.81 | 0.41 |
| Hex | BC | 14 | A2 | 0 | 59 | E | 1A | 135 | 51 | 29 |
| Octal | 274 | 24 | 242 | 0 | 131 | 16 | 32 | 465 | 121 | 51 |
| Binary | 10111100 | 10100 | 10100010 | 0 | 1011001 | 1110 | 11010 | 100110101 | 1010001 | 101001 |
Color Harmonies of #BC14A2
Complementary color
Monochromatic Colors of #BC14A2
Black with #BC14A2
Text Example
Text Example
White with #BC14A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14A2; }
p { color: rgb(188,20,162); }
H1.HeaderClassName
{
color: #BC14A2;
}
.AnyTagClassName
{
color: #BC14A2;
}
</style>
background-color css
<style>
a { background-color: #BC14A2; }
a { background-color: rgb(188,20,162); }
div.DivClassName
{
background-color: #BC14A2;
}
.BgClassName
{
background-color: #BC14A2;
}
</style>
border-color css
<style>
span { border-color: #BC14A2; }
span { border-color: rgb(188,20,162); }
td.TdClassName
{
border-color: #BC14A2;
}
.TagClassName
{
border-color: #BC14A2;
}
</style>