Shades of Fuchsia #BC41A6
Tints of Fuchsia #BC41A6
RGB
CMYK
RGB Variations
Color information
#BC41A6 (or 0xBC41A6) is known color: Fuchsia. HEX triplet: BC, 41 and A6. RGB value is (188,65,166). Sum of RGB (Red+Green+Blue) = 188+65+166=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41A6 is #43BE59. Grayscale: #717171. Windows color (decimal): -4439642 or 10895804. OLE color: 10895804.
HSL color Cylindrical-coordinate representation of color #BC41A6: hue angle of 310.73º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC41A6 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 166 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.26 |
| HSL | 310.73º | 0.49% | 0.5% | - |
| HSV(B) | 310.73º | 0.65% | 0.74% | - |
| XYZ | 29.51 | 17.23 | 37.85 | - |
| YUV | 113.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 166 | 0 | 0.65 | 0.12 | 0.26 | 310.73 | 0.49 | 0.5 |
| Hex | BC | 41 | A6 | 0 | 41 | C | 1A | 137 | 31 | 32 |
| Octal | 274 | 101 | 246 | 0 | 101 | 14 | 32 | 467 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10100110 | 0 | 1000001 | 1100 | 11010 | 100110111 | 110001 | 110010 |
Color Harmonies of #BC41A6
Complementary color
Monochromatic Colors of #BC41A6
Black with #BC41A6
Text Example
Text Example
White with #BC41A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41A6; }
p { color: rgb(188,65,166); }
H1.HeaderClassName
{
color: #BC41A6;
}
.AnyTagClassName
{
color: #BC41A6;
}
</style>
background-color css
<style>
a { background-color: #BC41A6; }
a { background-color: rgb(188,65,166); }
div.DivClassName
{
background-color: #BC41A6;
}
.BgClassName
{
background-color: #BC41A6;
}
</style>
border-color css
<style>
span { border-color: #BC41A6; }
span { border-color: rgb(188,65,166); }
td.TdClassName
{
border-color: #BC41A6;
}
.TagClassName
{
border-color: #BC41A6;
}
</style>