Shades of Fuchsia #BC6AB0
Tints of Fuchsia #BC6AB0
RGB
CMYK
RGB Variations
Color information
#BC6AB0 (or 0xBC6AB0) is known color: Fuchsia. HEX triplet: BC, 6A and B0. RGB value is (188,106,176). Sum of RGB (Red+Green+Blue) = 188+106+176=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6AB0 is #43954F. Grayscale: #8A8A8A. Windows color (decimal): -4429136 or 11561660. OLE color: 11561660.
HSL color Cylindrical-coordinate representation of color #BC6AB0: hue angle of 308.78º 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 #BC6AB0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 176 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.26 |
| HSL | 308.78º | 0.38% | 0.58% | - |
| HSV(B) | 308.78º | 0.44% | 0.74% | - |
| XYZ | 33.73 | 24.13 | 43.95 | - |
| YUV | 138.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 176 | 0 | 0.44 | 0.06 | 0.26 | 308.78 | 0.38 | 0.58 |
| Hex | BC | 6A | B0 | 0 | 2C | 6 | 1A | 135 | 26 | 3A |
| Octal | 274 | 152 | 260 | 0 | 54 | 6 | 32 | 465 | 46 | 72 |
| Binary | 10111100 | 1101010 | 10110000 | 0 | 101100 | 110 | 11010 | 100110101 | 100110 | 111010 |
Color Harmonies of #BC6AB0
Complementary color
Monochromatic Colors of #BC6AB0
Black with #BC6AB0
Text Example
Text Example
White with #BC6AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6AB0; }
p { color: rgb(188,106,176); }
H1.HeaderClassName
{
color: #BC6AB0;
}
.AnyTagClassName
{
color: #BC6AB0;
}
</style>
background-color css
<style>
a { background-color: #BC6AB0; }
a { background-color: rgb(188,106,176); }
div.DivClassName
{
background-color: #BC6AB0;
}
.BgClassName
{
background-color: #BC6AB0;
}
</style>
border-color css
<style>
span { border-color: #BC6AB0; }
span { border-color: rgb(188,106,176); }
td.TdClassName
{
border-color: #BC6AB0;
}
.TagClassName
{
border-color: #BC6AB0;
}
</style>