Shades of Fuchsia #BC41A9
Tints of Fuchsia #BC41A9
RGB
CMYK
RGB Variations
Color information
#BC41A9 (or 0xBC41A9) is known color: Fuchsia. HEX triplet: BC, 41 and A9. RGB value is (188,65,169). Sum of RGB (Red+Green+Blue) = 188+65+169=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41A9 is #43BE56. Grayscale: #717171. Windows color (decimal): -4439639 or 11092412. OLE color: 11092412.
HSL color Cylindrical-coordinate representation of color #BC41A9: hue angle of 309.27º 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 #BC41A9 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 169 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.26 |
| HSL | 309.27º | 0.49% | 0.5% | - |
| HSV(B) | 309.27º | 0.65% | 0.74% | - |
| XYZ | 29.79 | 17.34 | 39.31 | - |
| YUV | 113.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 169 | 0 | 0.65 | 0.10 | 0.26 | 309.27 | 0.49 | 0.5 |
| Hex | BC | 41 | A9 | 0 | 41 | A | 1A | 135 | 31 | 32 |
| Octal | 274 | 101 | 251 | 0 | 101 | 12 | 32 | 465 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10101001 | 0 | 1000001 | 1010 | 11010 | 100110101 | 110001 | 110010 |
Color Harmonies of #BC41A9
Complementary color
Monochromatic Colors of #BC41A9
Black with #BC41A9
Text Example
Text Example
White with #BC41A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41A9; }
p { color: rgb(188,65,169); }
H1.HeaderClassName
{
color: #BC41A9;
}
.AnyTagClassName
{
color: #BC41A9;
}
</style>
background-color css
<style>
a { background-color: #BC41A9; }
a { background-color: rgb(188,65,169); }
div.DivClassName
{
background-color: #BC41A9;
}
.BgClassName
{
background-color: #BC41A9;
}
</style>
border-color css
<style>
span { border-color: #BC41A9; }
span { border-color: rgb(188,65,169); }
td.TdClassName
{
border-color: #BC41A9;
}
.TagClassName
{
border-color: #BC41A9;
}
</style>