Shades of Medium Violet Red #BC08A6
Tints of Medium Violet Red #BC08A6
RGB
CMYK
RGB Variations
Color information
#BC08A6 (or 0xBC08A6) is known color: Medium Violet Red. HEX triplet: BC, 08 and A6. RGB value is (188,8,166). Sum of RGB (Red+Green+Blue) = 188+8+166=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC08A6 is #43F759. Grayscale: #4F4F4F. Windows color (decimal): -4454234 or 10881212. OLE color: 10881212.
HSL color Cylindrical-coordinate representation of color #BC08A6: hue angle of 307.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 #BC08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 166 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.26 |
| HSL | 307.33º | 0.92% | 0.38% | - |
| HSV(B) | 307.33º | 0.96% | 0.74% | - |
| XYZ | 27.71 | 13.62 | 37.24 | - |
| YUV | 79.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 166 | 0 | 0.96 | 0.12 | 0.26 | 307.33 | 0.92 | 0.38 |
| Hex | BC | 8 | A6 | 0 | 60 | C | 1A | 133 | 5C | 26 |
| Octal | 274 | 10 | 246 | 0 | 140 | 14 | 32 | 463 | 134 | 46 |
| Binary | 10111100 | 1000 | 10100110 | 0 | 1100000 | 1100 | 11010 | 100110011 | 1011100 | 100110 |
Color Harmonies of #BC08A6
Complementary color
Monochromatic Colors of #BC08A6
Black with #BC08A6
Text Example
Text Example
White with #BC08A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08A6; }
p { color: rgb(188,8,166); }
H1.HeaderClassName
{
color: #BC08A6;
}
.AnyTagClassName
{
color: #BC08A6;
}
</style>
background-color css
<style>
a { background-color: #BC08A6; }
a { background-color: rgb(188,8,166); }
div.DivClassName
{
background-color: #BC08A6;
}
.BgClassName
{
background-color: #BC08A6;
}
</style>
border-color css
<style>
span { border-color: #BC08A6; }
span { border-color: rgb(188,8,166); }
td.TdClassName
{
border-color: #BC08A6;
}
.TagClassName
{
border-color: #BC08A6;
}
</style>