Shades of Fuchsia #BC55C0
Tints of Fuchsia #BC55C0
RGB
CMYK
RGB Variations
Color information
#BC55C0 (or 0xBC55C0) is known color: Fuchsia. HEX triplet: BC, 55 and C0. RGB value is (188,85,192). Sum of RGB (Red+Green+Blue) = 188+85+192=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC55C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55C0 is #43AA3F. Grayscale: #7F7F7F. Windows color (decimal): -4434496 or 12604860. OLE color: 12604860.
HSL color Cylindrical-coordinate representation of color #BC55C0: hue angle of 297.76º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC55C0 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 85 | 192 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.25 |
| HSL | 297.76º | 0.46% | 0.54% | - |
| HSV(B) | 297.76º | 0.56% | 0.75% | - |
| XYZ | 33.5 | 20.99 | 52.16 | - |
| YUV | 128 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 192 | 0.02 | 0.56 | 0 | 0.25 | 297.76 | 0.46 | 0.54 |
| Hex | BC | 55 | C0 | 2 | 38 | 0 | 19 | 12A | 2E | 36 |
| Octal | 274 | 125 | 300 | 2 | 70 | 0 | 31 | 452 | 56 | 66 |
| Binary | 10111100 | 1010101 | 11000000 | 10 | 111000 | 0 | 11001 | 100101010 | 101110 | 110110 |
Color Harmonies of #BC55C0
Complementary color
Monochromatic Colors of #BC55C0
Black with #BC55C0
Text Example
Text Example
White with #BC55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55C0; }
p { color: rgb(188,85,192); }
H1.HeaderClassName
{
color: #BC55C0;
}
.AnyTagClassName
{
color: #BC55C0;
}
</style>
background-color css
<style>
a { background-color: #BC55C0; }
a { background-color: rgb(188,85,192); }
div.DivClassName
{
background-color: #BC55C0;
}
.BgClassName
{
background-color: #BC55C0;
}
</style>
border-color css
<style>
span { border-color: #BC55C0; }
span { border-color: rgb(188,85,192); }
td.TdClassName
{
border-color: #BC55C0;
}
.TagClassName
{
border-color: #BC55C0;
}
</style>