Shades of Fuchsia #BC6DAC
Tints of Fuchsia #BC6DAC
RGB
CMYK
RGB Variations
Color information
#BC6DAC (or 0xBC6DAC) is known color: Fuchsia. HEX triplet: BC, 6D and AC. RGB value is (188,109,172). Sum of RGB (Red+Green+Blue) = 188+109+172=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DAC is #439253. Grayscale: #8B8B8B. Windows color (decimal): -4428372 or 11300284. OLE color: 11300284.
HSL color Cylindrical-coordinate representation of color #BC6DAC: hue angle of 312.15º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6DAC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 172 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.26 |
| HSL | 312.15º | 0.37% | 0.58% | - |
| HSV(B) | 312.15º | 0.42% | 0.74% | - |
| XYZ | 33.65 | 24.61 | 42.01 | - |
| YUV | 139.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 172 | 0 | 0.42 | 0.09 | 0.26 | 312.15 | 0.37 | 0.58 |
| Hex | BC | 6D | AC | 0 | 2A | 9 | 1A | 138 | 25 | 3A |
| Octal | 274 | 155 | 254 | 0 | 52 | 11 | 32 | 470 | 45 | 72 |
| Binary | 10111100 | 1101101 | 10101100 | 0 | 101010 | 1001 | 11010 | 100111000 | 100101 | 111010 |
Color Harmonies of #BC6DAC
Complementary color
Monochromatic Colors of #BC6DAC
Black with #BC6DAC
Text Example
Text Example
White with #BC6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DAC; }
p { color: rgb(188,109,172); }
H1.HeaderClassName
{
color: #BC6DAC;
}
.AnyTagClassName
{
color: #BC6DAC;
}
</style>
background-color css
<style>
a { background-color: #BC6DAC; }
a { background-color: rgb(188,109,172); }
div.DivClassName
{
background-color: #BC6DAC;
}
.BgClassName
{
background-color: #BC6DAC;
}
</style>
border-color css
<style>
span { border-color: #BC6DAC; }
span { border-color: rgb(188,109,172); }
td.TdClassName
{
border-color: #BC6DAC;
}
.TagClassName
{
border-color: #BC6DAC;
}
</style>