Shades of Fuchsia #BC6AAB
Tints of Fuchsia #BC6AAB
RGB
CMYK
RGB Variations
Color information
#BC6AAB (or 0xBC6AAB) is known color: Fuchsia. HEX triplet: BC, 6A and AB. RGB value is (188,106,171). Sum of RGB (Red+Green+Blue) = 188+106+171=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6AAB is #439554. Grayscale: #898989. Windows color (decimal): -4429141 or 11233980. OLE color: 11233980.
HSL color Cylindrical-coordinate representation of color #BC6AAB: hue angle of 312.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6AAB is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 171 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.26 |
| HSL | 312.44º | 0.38% | 0.58% | - |
| HSV(B) | 312.44º | 0.44% | 0.74% | - |
| XYZ | 33.24 | 23.94 | 41.4 | - |
| YUV | 137.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 171 | 0 | 0.44 | 0.09 | 0.26 | 312.44 | 0.38 | 0.58 |
| Hex | BC | 6A | AB | 0 | 2C | 9 | 1A | 138 | 26 | 3A |
| Octal | 274 | 152 | 253 | 0 | 54 | 11 | 32 | 470 | 46 | 72 |
| Binary | 10111100 | 1101010 | 10101011 | 0 | 101100 | 1001 | 11010 | 100111000 | 100110 | 111010 |
Color Harmonies of #BC6AAB
Complementary color
Monochromatic Colors of #BC6AAB
Black with #BC6AAB
Text Example
Text Example
White with #BC6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6AAB; }
p { color: rgb(188,106,171); }
H1.HeaderClassName
{
color: #BC6AAB;
}
.AnyTagClassName
{
color: #BC6AAB;
}
</style>
background-color css
<style>
a { background-color: #BC6AAB; }
a { background-color: rgb(188,106,171); }
div.DivClassName
{
background-color: #BC6AAB;
}
.BgClassName
{
background-color: #BC6AAB;
}
</style>
border-color css
<style>
span { border-color: #BC6AAB; }
span { border-color: rgb(188,106,171); }
td.TdClassName
{
border-color: #BC6AAB;
}
.TagClassName
{
border-color: #BC6AAB;
}
</style>