Shades of Fuchsia #BC54C6
Tints of Fuchsia #BC54C6
RGB
CMYK
RGB Variations
Color information
#BC54C6 (or 0xBC54C6) is known color: Fuchsia. HEX triplet: BC, 54 and C6. RGB value is (188,84,198). Sum of RGB (Red+Green+Blue) = 188+84+198=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC54C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54C6 is #43AB39. Grayscale: #7F7F7F. Windows color (decimal): -4434746 or 12997820. OLE color: 12997820.
HSL color Cylindrical-coordinate representation of color #BC54C6: hue angle of 294.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC54C6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 84 | 198 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.22 |
| HSL | 294.74º | 0.5% | 0.55% | - |
| HSV(B) | 294.74º | 0.58% | 0.78% | - |
| XYZ | 34.1 | 21.11 | 55.7 | - |
| YUV | 128.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 198 | 0.05 | 0.58 | 0 | 0.22 | 294.74 | 0.5 | 0.55 |
| Hex | BC | 54 | C6 | 5 | 3A | 0 | 16 | 127 | 32 | 37 |
| Octal | 274 | 124 | 306 | 5 | 72 | 0 | 26 | 447 | 62 | 67 |
| Binary | 10111100 | 1010100 | 11000110 | 101 | 111010 | 0 | 10110 | 100100111 | 110010 | 110111 |
Color Harmonies of #BC54C6
Complementary color
Monochromatic Colors of #BC54C6
Black with #BC54C6
Text Example
Text Example
White with #BC54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54C6; }
p { color: rgb(188,84,198); }
H1.HeaderClassName
{
color: #BC54C6;
}
.AnyTagClassName
{
color: #BC54C6;
}
</style>
background-color css
<style>
a { background-color: #BC54C6; }
a { background-color: rgb(188,84,198); }
div.DivClassName
{
background-color: #BC54C6;
}
.BgClassName
{
background-color: #BC54C6;
}
</style>
border-color css
<style>
span { border-color: #BC54C6; }
span { border-color: rgb(188,84,198); }
td.TdClassName
{
border-color: #BC54C6;
}
.TagClassName
{
border-color: #BC54C6;
}
</style>