Shades of Fuchsia #BC5AC2
Tints of Fuchsia #BC5AC2
RGB
CMYK
RGB Variations
Color information
#BC5AC2 (or 0xBC5AC2) is known color: Fuchsia. HEX triplet: BC, 5A and C2. RGB value is (188,90,194). Sum of RGB (Red+Green+Blue) = 188+90+194=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AC2 is #43A53D. Grayscale: #828282. Windows color (decimal): -4433214 or 12737212. OLE color: 12737212.
HSL color Cylindrical-coordinate representation of color #BC5AC2: hue angle of 296.54º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5AC2 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 90 | 194 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.24 |
| HSL | 296.54º | 0.46% | 0.56% | - |
| HSV(B) | 296.54º | 0.54% | 0.76% | - |
| XYZ | 34.13 | 21.9 | 53.47 | - |
| YUV | 131.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 194 | 0.03 | 0.54 | 0 | 0.24 | 296.54 | 0.46 | 0.56 |
| Hex | BC | 5A | C2 | 3 | 36 | 0 | 18 | 129 | 2E | 38 |
| Octal | 274 | 132 | 302 | 3 | 66 | 0 | 30 | 451 | 56 | 70 |
| Binary | 10111100 | 1011010 | 11000010 | 11 | 110110 | 0 | 11000 | 100101001 | 101110 | 111000 |
Color Harmonies of #BC5AC2
Complementary color
Monochromatic Colors of #BC5AC2
Black with #BC5AC2
Text Example
Text Example
White with #BC5AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AC2; }
p { color: rgb(188,90,194); }
H1.HeaderClassName
{
color: #BC5AC2;
}
.AnyTagClassName
{
color: #BC5AC2;
}
</style>
background-color css
<style>
a { background-color: #BC5AC2; }
a { background-color: rgb(188,90,194); }
div.DivClassName
{
background-color: #BC5AC2;
}
.BgClassName
{
background-color: #BC5AC2;
}
</style>
border-color css
<style>
span { border-color: #BC5AC2; }
span { border-color: rgb(188,90,194); }
td.TdClassName
{
border-color: #BC5AC2;
}
.TagClassName
{
border-color: #BC5AC2;
}
</style>