Shades of Fuchsia #BC5AAC
Tints of Fuchsia #BC5AAC
RGB
CMYK
RGB Variations
Color information
#BC5AAC (or 0xBC5AAC) is known color: Fuchsia. HEX triplet: BC, 5A and AC. RGB value is (188,90,172). Sum of RGB (Red+Green+Blue) = 188+90+172=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AAC is #43A553. Grayscale: #808080. Windows color (decimal): -4433236 or 11295420. OLE color: 11295420.
HSL color Cylindrical-coordinate representation of color #BC5AAC: hue angle of 309.8º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5AAC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 172 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.26 |
| HSL | 309.8º | 0.42% | 0.55% | - |
| HSV(B) | 309.8º | 0.52% | 0.74% | - |
| XYZ | 31.84 | 20.98 | 41.4 | - |
| YUV | 128.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 172 | 0 | 0.52 | 0.09 | 0.26 | 309.8 | 0.42 | 0.55 |
| Hex | BC | 5A | AC | 0 | 34 | 9 | 1A | 136 | 2A | 37 |
| Octal | 274 | 132 | 254 | 0 | 64 | 11 | 32 | 466 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10101100 | 0 | 110100 | 1001 | 11010 | 100110110 | 101010 | 110111 |
Color Harmonies of #BC5AAC
Complementary color
Monochromatic Colors of #BC5AAC
Black with #BC5AAC
Text Example
Text Example
White with #BC5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AAC; }
p { color: rgb(188,90,172); }
H1.HeaderClassName
{
color: #BC5AAC;
}
.AnyTagClassName
{
color: #BC5AAC;
}
</style>
background-color css
<style>
a { background-color: #BC5AAC; }
a { background-color: rgb(188,90,172); }
div.DivClassName
{
background-color: #BC5AAC;
}
.BgClassName
{
background-color: #BC5AAC;
}
</style>
border-color css
<style>
span { border-color: #BC5AAC; }
span { border-color: rgb(188,90,172); }
td.TdClassName
{
border-color: #BC5AAC;
}
.TagClassName
{
border-color: #BC5AAC;
}
</style>