Shades of Fuchsia #BC54C0
Tints of Fuchsia #BC54C0
RGB
CMYK
RGB Variations
Color information
#BC54C0 (or 0xBC54C0) is known color: Fuchsia. HEX triplet: BC, 54 and C0. RGB value is (188,84,192). Sum of RGB (Red+Green+Blue) = 188+84+192=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC54C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54C0 is #43AB3F. Grayscale: #7F7F7F. Windows color (decimal): -4434752 or 12604604. OLE color: 12604604.
HSL color Cylindrical-coordinate representation of color #BC54C0: hue angle of 297.78º 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 #BC54C0 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 84 | 192 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.25 |
| HSL | 297.78º | 0.46% | 0.54% | - |
| HSV(B) | 297.78º | 0.56% | 0.75% | - |
| XYZ | 33.42 | 20.84 | 52.13 | - |
| YUV | 127.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 192 | 0.02 | 0.56 | 0 | 0.25 | 297.78 | 0.46 | 0.54 |
| Hex | BC | 54 | C0 | 2 | 38 | 0 | 19 | 12A | 2E | 36 |
| Octal | 274 | 124 | 300 | 2 | 70 | 0 | 31 | 452 | 56 | 66 |
| Binary | 10111100 | 1010100 | 11000000 | 10 | 111000 | 0 | 11001 | 100101010 | 101110 | 110110 |
Color Harmonies of #BC54C0
Complementary color
Monochromatic Colors of #BC54C0
Black with #BC54C0
Text Example
Text Example
White with #BC54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54C0; }
p { color: rgb(188,84,192); }
H1.HeaderClassName
{
color: #BC54C0;
}
.AnyTagClassName
{
color: #BC54C0;
}
</style>
background-color css
<style>
a { background-color: #BC54C0; }
a { background-color: rgb(188,84,192); }
div.DivClassName
{
background-color: #BC54C0;
}
.BgClassName
{
background-color: #BC54C0;
}
</style>
border-color css
<style>
span { border-color: #BC54C0; }
span { border-color: rgb(188,84,192); }
td.TdClassName
{
border-color: #BC54C0;
}
.TagClassName
{
border-color: #BC54C0;
}
</style>