Shades of Medium Violet Red #BC10A2
Tints of Medium Violet Red #BC10A2
RGB
CMYK
RGB Variations
Color information
#BC10A2 (or 0xBC10A2) is known color: Medium Violet Red. HEX triplet: BC, 10 and A2. RGB value is (188,16,162). Sum of RGB (Red+Green+Blue) = 188+16+162=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC10A2 is #43EF5D. Grayscale: #535353. Windows color (decimal): -4452190 or 10621116. OLE color: 10621116.
HSL color Cylindrical-coordinate representation of color #BC10A2: hue angle of 309.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC10A2 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 162 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.26 |
| HSL | 309.07º | 0.84% | 0.4% | - |
| HSV(B) | 309.07º | 0.91% | 0.74% | - |
| XYZ | 27.45 | 13.67 | 35.37 | - |
| YUV | 84.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 162 | 0 | 0.91 | 0.14 | 0.26 | 309.07 | 0.84 | 0.4 |
| Hex | BC | 10 | A2 | 0 | 5B | E | 1A | 135 | 54 | 28 |
| Octal | 274 | 20 | 242 | 0 | 133 | 16 | 32 | 465 | 124 | 50 |
| Binary | 10111100 | 10000 | 10100010 | 0 | 1011011 | 1110 | 11010 | 100110101 | 1010100 | 101000 |
Color Harmonies of #BC10A2
Complementary color
Monochromatic Colors of #BC10A2
Black with #BC10A2
Text Example
Text Example
White with #BC10A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10A2; }
p { color: rgb(188,16,162); }
H1.HeaderClassName
{
color: #BC10A2;
}
.AnyTagClassName
{
color: #BC10A2;
}
</style>
background-color css
<style>
a { background-color: #BC10A2; }
a { background-color: rgb(188,16,162); }
div.DivClassName
{
background-color: #BC10A2;
}
.BgClassName
{
background-color: #BC10A2;
}
</style>
border-color css
<style>
span { border-color: #BC10A2; }
span { border-color: rgb(188,16,162); }
td.TdClassName
{
border-color: #BC10A2;
}
.TagClassName
{
border-color: #BC10A2;
}
</style>