Shades of Medium Violet Red #BC08A1
Tints of Medium Violet Red #BC08A1
RGB
CMYK
RGB Variations
Color information
#BC08A1 (or 0xBC08A1) is known color: Medium Violet Red. HEX triplet: BC, 08 and A1. RGB value is (188,8,161). Sum of RGB (Red+Green+Blue) = 188+8+161=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC08A1 is #43F75E. Grayscale: #4E4E4E. Windows color (decimal): -4454239 or 10553532. OLE color: 10553532.
HSL color Cylindrical-coordinate representation of color #BC08A1: hue angle of 309º 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 #BC08A1 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.26 |
| HSL | 309º | 0.92% | 0.38% | - |
| HSV(B) | 309º | 0.96% | 0.74% | - |
| XYZ | 27.26 | 13.44 | 34.88 | - |
| YUV | 79.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 161 | 0 | 0.96 | 0.14 | 0.26 | 309 | 0.92 | 0.38 |
| Hex | BC | 8 | A1 | 0 | 60 | E | 1A | 135 | 5C | 26 |
| Octal | 274 | 10 | 241 | 0 | 140 | 16 | 32 | 465 | 134 | 46 |
| Binary | 10111100 | 1000 | 10100001 | 0 | 1100000 | 1110 | 11010 | 100110101 | 1011100 | 100110 |
Color Harmonies of #BC08A1
Complementary color
Monochromatic Colors of #BC08A1
Black with #BC08A1
Text Example
Text Example
White with #BC08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08A1; }
p { color: rgb(188,8,161); }
H1.HeaderClassName
{
color: #BC08A1;
}
.AnyTagClassName
{
color: #BC08A1;
}
</style>
background-color css
<style>
a { background-color: #BC08A1; }
a { background-color: rgb(188,8,161); }
div.DivClassName
{
background-color: #BC08A1;
}
.BgClassName
{
background-color: #BC08A1;
}
</style>
border-color css
<style>
span { border-color: #BC08A1; }
span { border-color: rgb(188,8,161); }
td.TdClassName
{
border-color: #BC08A1;
}
.TagClassName
{
border-color: #BC08A1;
}
</style>