Shades of Fuchsia #BC6ABB
Tints of Fuchsia #BC6ABB
RGB
CMYK
RGB Variations
Color information
#BC6ABB (or 0xBC6ABB) is known color: Fuchsia. HEX triplet: BC, 6A and BB. RGB value is (188,106,187). Sum of RGB (Red+Green+Blue) = 188+106+187=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ABB is #439544. Grayscale: #8B8B8B. Windows color (decimal): -4429125 or 12282556. OLE color: 12282556.
HSL color Cylindrical-coordinate representation of color #BC6ABB: hue angle of 300.73º 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 #BC6ABB is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 187 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.26 |
| HSL | 300.73º | 0.38% | 0.58% | - |
| HSV(B) | 300.73º | 0.44% | 0.74% | - |
| XYZ | 34.86 | 24.59 | 49.92 | - |
| YUV | 139.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 187 | 0 | 0.44 | 0.01 | 0.26 | 300.73 | 0.38 | 0.58 |
| Hex | BC | 6A | BB | 0 | 2C | 1 | 1A | 12D | 26 | 3A |
| Octal | 274 | 152 | 273 | 0 | 54 | 1 | 32 | 455 | 46 | 72 |
| Binary | 10111100 | 1101010 | 10111011 | 0 | 101100 | 1 | 11010 | 100101101 | 100110 | 111010 |
Color Harmonies of #BC6ABB
Complementary color
Monochromatic Colors of #BC6ABB
Black with #BC6ABB
Text Example
Text Example
White with #BC6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ABB; }
p { color: rgb(188,106,187); }
H1.HeaderClassName
{
color: #BC6ABB;
}
.AnyTagClassName
{
color: #BC6ABB;
}
</style>
background-color css
<style>
a { background-color: #BC6ABB; }
a { background-color: rgb(188,106,187); }
div.DivClassName
{
background-color: #BC6ABB;
}
.BgClassName
{
background-color: #BC6ABB;
}
</style>
border-color css
<style>
span { border-color: #BC6ABB; }
span { border-color: rgb(188,106,187); }
td.TdClassName
{
border-color: #BC6ABB;
}
.TagClassName
{
border-color: #BC6ABB;
}
</style>