Shades of Medium Violet Red #BC08A0
Tints of Medium Violet Red #BC08A0
RGB
CMYK
RGB Variations
Color information
#BC08A0 (or 0xBC08A0) is known color: Medium Violet Red. HEX triplet: BC, 08 and A0. RGB value is (188,8,160). Sum of RGB (Red+Green+Blue) = 188+8+160=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC08A0 is #43F75F. Grayscale: #4E4E4E. Windows color (decimal): -4454240 or 10487996. OLE color: 10487996.
HSL color Cylindrical-coordinate representation of color #BC08A0: hue angle of 309.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08A0 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.26 |
| HSL | 309.33º | 0.92% | 0.38% | - |
| HSV(B) | 309.33º | 0.96% | 0.74% | - |
| XYZ | 27.17 | 13.4 | 34.41 | - |
| YUV | 79.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 160 | 0 | 0.96 | 0.15 | 0.26 | 309.33 | 0.92 | 0.38 |
| Hex | BC | 8 | A0 | 0 | 60 | F | 1A | 135 | 5C | 26 |
| Octal | 274 | 10 | 240 | 0 | 140 | 17 | 32 | 465 | 134 | 46 |
| Binary | 10111100 | 1000 | 10100000 | 0 | 1100000 | 1111 | 11010 | 100110101 | 1011100 | 100110 |
Color Harmonies of #BC08A0
Complementary color
Monochromatic Colors of #BC08A0
Black with #BC08A0
Text Example
Text Example
White with #BC08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08A0; }
p { color: rgb(188,8,160); }
H1.HeaderClassName
{
color: #BC08A0;
}
.AnyTagClassName
{
color: #BC08A0;
}
</style>
background-color css
<style>
a { background-color: #BC08A0; }
a { background-color: rgb(188,8,160); }
div.DivClassName
{
background-color: #BC08A0;
}
.BgClassName
{
background-color: #BC08A0;
}
</style>
border-color css
<style>
span { border-color: #BC08A0; }
span { border-color: rgb(188,8,160); }
td.TdClassName
{
border-color: #BC08A0;
}
.TagClassName
{
border-color: #BC08A0;
}
</style>