Shades of Medium Violet Red #BC0FA8
Tints of Medium Violet Red #BC0FA8
RGB
CMYK
RGB Variations
Color information
#BC0FA8 (or 0xBC0FA8) is known color: Medium Violet Red. HEX triplet: BC, 0F and A8. RGB value is (188,15,168). Sum of RGB (Red+Green+Blue) = 188+15+168=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FA8 is #43F057. Grayscale: #535353. Windows color (decimal): -4452440 or 11014076. OLE color: 11014076.
HSL color Cylindrical-coordinate representation of color #BC0FA8: hue angle of 306.94º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0FA8 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 168 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.26 |
| HSL | 306.94º | 0.85% | 0.4% | - |
| HSV(B) | 306.94º | 0.92% | 0.74% | - |
| XYZ | 27.98 | 13.86 | 38.25 | - |
| YUV | 84.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 168 | 0 | 0.92 | 0.11 | 0.26 | 306.94 | 0.85 | 0.4 |
| Hex | BC | F | A8 | 0 | 5C | B | 1A | 133 | 55 | 28 |
| Octal | 274 | 17 | 250 | 0 | 134 | 13 | 32 | 463 | 125 | 50 |
| Binary | 10111100 | 1111 | 10101000 | 0 | 1011100 | 1011 | 11010 | 100110011 | 1010101 | 101000 |
Color Harmonies of #BC0FA8
Complementary color
Monochromatic Colors of #BC0FA8
Black with #BC0FA8
Text Example
Text Example
White with #BC0FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FA8; }
p { color: rgb(188,15,168); }
H1.HeaderClassName
{
color: #BC0FA8;
}
.AnyTagClassName
{
color: #BC0FA8;
}
</style>
background-color css
<style>
a { background-color: #BC0FA8; }
a { background-color: rgb(188,15,168); }
div.DivClassName
{
background-color: #BC0FA8;
}
.BgClassName
{
background-color: #BC0FA8;
}
</style>
border-color css
<style>
span { border-color: #BC0FA8; }
span { border-color: rgb(188,15,168); }
td.TdClassName
{
border-color: #BC0FA8;
}
.TagClassName
{
border-color: #BC0FA8;
}
</style>