Shades of Fuchsia #BC54C8
Tints of Fuchsia #BC54C8
RGB
CMYK
RGB Variations
Color information
#BC54C8 (or 0xBC54C8) is known color: Fuchsia. HEX triplet: BC, 54 and C8. RGB value is (188,84,200). Sum of RGB (Red+Green+Blue) = 188+84+200=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC54C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54C8 is #43AB37. Grayscale: #7F7F7F. Windows color (decimal): -4434744 or 13128892. OLE color: 13128892.
HSL color Cylindrical-coordinate representation of color #BC54C8: hue angle of 293.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC54C8 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 84 | 200 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.22 |
| HSL | 293.79º | 0.51% | 0.56% | - |
| HSV(B) | 293.79º | 0.58% | 0.78% | - |
| XYZ | 34.33 | 21.2 | 56.93 | - |
| YUV | 128.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 200 | 0.06 | 0.58 | 0 | 0.22 | 293.79 | 0.51 | 0.56 |
| Hex | BC | 54 | C8 | 6 | 3A | 0 | 16 | 126 | 33 | 38 |
| Octal | 274 | 124 | 310 | 6 | 72 | 0 | 26 | 446 | 63 | 70 |
| Binary | 10111100 | 1010100 | 11001000 | 110 | 111010 | 0 | 10110 | 100100110 | 110011 | 111000 |
Color Harmonies of #BC54C8
Complementary color
Monochromatic Colors of #BC54C8
Black with #BC54C8
Text Example
Text Example
White with #BC54C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54C8; }
p { color: rgb(188,84,200); }
H1.HeaderClassName
{
color: #BC54C8;
}
.AnyTagClassName
{
color: #BC54C8;
}
</style>
background-color css
<style>
a { background-color: #BC54C8; }
a { background-color: rgb(188,84,200); }
div.DivClassName
{
background-color: #BC54C8;
}
.BgClassName
{
background-color: #BC54C8;
}
</style>
border-color css
<style>
span { border-color: #BC54C8; }
span { border-color: rgb(188,84,200); }
td.TdClassName
{
border-color: #BC54C8;
}
.TagClassName
{
border-color: #BC54C8;
}
</style>