Shades of Fuchsia #BC6CAC
Tints of Fuchsia #BC6CAC
RGB
CMYK
RGB Variations
Color information
#BC6CAC (or 0xBC6CAC) is known color: Fuchsia. HEX triplet: BC, 6C and AC. RGB value is (188,108,172). Sum of RGB (Red+Green+Blue) = 188+108+172=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CAC is #439353. Grayscale: #8B8B8B. Windows color (decimal): -4428628 or 11300028. OLE color: 11300028.
HSL color Cylindrical-coordinate representation of color #BC6CAC: hue angle of 312º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6CAC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 172 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.26 |
| HSL | 312º | 0.37% | 0.58% | - |
| HSV(B) | 312º | 0.43% | 0.74% | - |
| XYZ | 33.55 | 24.4 | 41.97 | - |
| YUV | 139.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 172 | 0 | 0.43 | 0.09 | 0.26 | 312 | 0.37 | 0.58 |
| Hex | BC | 6C | AC | 0 | 2B | 9 | 1A | 138 | 25 | 3A |
| Octal | 274 | 154 | 254 | 0 | 53 | 11 | 32 | 470 | 45 | 72 |
| Binary | 10111100 | 1101100 | 10101100 | 0 | 101011 | 1001 | 11010 | 100111000 | 100101 | 111010 |
Color Harmonies of #BC6CAC
Complementary color
Monochromatic Colors of #BC6CAC
Black with #BC6CAC
Text Example
Text Example
White with #BC6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CAC; }
p { color: rgb(188,108,172); }
H1.HeaderClassName
{
color: #BC6CAC;
}
.AnyTagClassName
{
color: #BC6CAC;
}
</style>
background-color css
<style>
a { background-color: #BC6CAC; }
a { background-color: rgb(188,108,172); }
div.DivClassName
{
background-color: #BC6CAC;
}
.BgClassName
{
background-color: #BC6CAC;
}
</style>
border-color css
<style>
span { border-color: #BC6CAC; }
span { border-color: rgb(188,108,172); }
td.TdClassName
{
border-color: #BC6CAC;
}
.TagClassName
{
border-color: #BC6CAC;
}
</style>