Shades of Fuchsia #BC41B9
Tints of Fuchsia #BC41B9
RGB
CMYK
RGB Variations
Color information
#BC41B9 (or 0xBC41B9) is known color: Fuchsia. HEX triplet: BC, 41 and B9. RGB value is (188,65,185). Sum of RGB (Red+Green+Blue) = 188+65+185=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41B9 is #43BE46. Grayscale: #737373. Windows color (decimal): -4439623 or 12140988. OLE color: 12140988.
HSL color Cylindrical-coordinate representation of color #BC41B9: hue angle of 301.46º 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 #BC41B9 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 185 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.26 |
| HSL | 301.46º | 0.49% | 0.5% | - |
| HSV(B) | 301.46º | 0.65% | 0.74% | - |
| XYZ | 31.39 | 17.97 | 47.71 | - |
| YUV | 115.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 185 | 0 | 0.65 | 0.02 | 0.26 | 301.46 | 0.49 | 0.5 |
| Hex | BC | 41 | B9 | 0 | 41 | 2 | 1A | 12D | 31 | 32 |
| Octal | 274 | 101 | 271 | 0 | 101 | 2 | 32 | 455 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10111001 | 0 | 1000001 | 10 | 11010 | 100101101 | 110001 | 110010 |
Color Harmonies of #BC41B9
Complementary color
Monochromatic Colors of #BC41B9
Black with #BC41B9
Text Example
Text Example
White with #BC41B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41B9; }
p { color: rgb(188,65,185); }
H1.HeaderClassName
{
color: #BC41B9;
}
.AnyTagClassName
{
color: #BC41B9;
}
</style>
background-color css
<style>
a { background-color: #BC41B9; }
a { background-color: rgb(188,65,185); }
div.DivClassName
{
background-color: #BC41B9;
}
.BgClassName
{
background-color: #BC41B9;
}
</style>
border-color css
<style>
span { border-color: #BC41B9; }
span { border-color: rgb(188,65,185); }
td.TdClassName
{
border-color: #BC41B9;
}
.TagClassName
{
border-color: #BC41B9;
}
</style>