Shades of Fuchsia #BC54B9
Tints of Fuchsia #BC54B9
RGB
CMYK
RGB Variations
Color information
#BC54B9 (or 0xBC54B9) is known color: Fuchsia. HEX triplet: BC, 54 and B9. RGB value is (188,84,185). Sum of RGB (Red+Green+Blue) = 188+84+185=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54B9 is #43AB46. Grayscale: #7E7E7E. Windows color (decimal): -4434759 or 12145852. OLE color: 12145852.
HSL color Cylindrical-coordinate representation of color #BC54B9: hue angle of 301.73º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC54B9 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 185 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.26 |
| HSL | 301.73º | 0.44% | 0.53% | - |
| HSV(B) | 301.73º | 0.55% | 0.74% | - |
| XYZ | 32.67 | 20.53 | 48.14 | - |
| YUV | 126.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 185 | 0 | 0.55 | 0.02 | 0.26 | 301.73 | 0.44 | 0.53 |
| Hex | BC | 54 | B9 | 0 | 37 | 2 | 1A | 12E | 2C | 35 |
| Octal | 274 | 124 | 271 | 0 | 67 | 2 | 32 | 456 | 54 | 65 |
| Binary | 10111100 | 1010100 | 10111001 | 0 | 110111 | 10 | 11010 | 100101110 | 101100 | 110101 |
Color Harmonies of #BC54B9
Complementary color
Monochromatic Colors of #BC54B9
Black with #BC54B9
Text Example
Text Example
White with #BC54B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54B9; }
p { color: rgb(188,84,185); }
H1.HeaderClassName
{
color: #BC54B9;
}
.AnyTagClassName
{
color: #BC54B9;
}
</style>
background-color css
<style>
a { background-color: #BC54B9; }
a { background-color: rgb(188,84,185); }
div.DivClassName
{
background-color: #BC54B9;
}
.BgClassName
{
background-color: #BC54B9;
}
</style>
border-color css
<style>
span { border-color: #BC54B9; }
span { border-color: rgb(188,84,185); }
td.TdClassName
{
border-color: #BC54B9;
}
.TagClassName
{
border-color: #BC54B9;
}
</style>