Shades of Medium Violet Red #BC10A8
Tints of Medium Violet Red #BC10A8
RGB
CMYK
RGB Variations
Color information
#BC10A8 (or 0xBC10A8) is known color: Medium Violet Red. HEX triplet: BC, 10 and A8. RGB value is (188,16,168). Sum of RGB (Red+Green+Blue) = 188+16+168=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC10A8 is #43EF57. Grayscale: #545454. Windows color (decimal): -4452184 or 11014332. OLE color: 11014332.
HSL color Cylindrical-coordinate representation of color #BC10A8: hue angle of 306.98º 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 #BC10A8 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 168 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.26 |
| HSL | 306.98º | 0.84% | 0.4% | - |
| HSV(B) | 306.98º | 0.91% | 0.74% | - |
| XYZ | 27.99 | 13.89 | 38.25 | - |
| YUV | 84.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 168 | 0 | 0.91 | 0.11 | 0.26 | 306.98 | 0.84 | 0.4 |
| Hex | BC | 10 | A8 | 0 | 5B | B | 1A | 133 | 54 | 28 |
| Octal | 274 | 20 | 250 | 0 | 133 | 13 | 32 | 463 | 124 | 50 |
| Binary | 10111100 | 10000 | 10101000 | 0 | 1011011 | 1011 | 11010 | 100110011 | 1010100 | 101000 |
Color Harmonies of #BC10A8
Complementary color
Monochromatic Colors of #BC10A8
Black with #BC10A8
Text Example
Text Example
White with #BC10A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10A8; }
p { color: rgb(188,16,168); }
H1.HeaderClassName
{
color: #BC10A8;
}
.AnyTagClassName
{
color: #BC10A8;
}
</style>
background-color css
<style>
a { background-color: #BC10A8; }
a { background-color: rgb(188,16,168); }
div.DivClassName
{
background-color: #BC10A8;
}
.BgClassName
{
background-color: #BC10A8;
}
</style>
border-color css
<style>
span { border-color: #BC10A8; }
span { border-color: rgb(188,16,168); }
td.TdClassName
{
border-color: #BC10A8;
}
.TagClassName
{
border-color: #BC10A8;
}
</style>