Shades of Fuchsia #BC41BF
Tints of Fuchsia #BC41BF
RGB
CMYK
RGB Variations
Color information
#BC41BF (or 0xBC41BF) is known color: Fuchsia. HEX triplet: BC, 41 and BF. RGB value is (188,65,191). Sum of RGB (Red+Green+Blue) = 188+65+191=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC41BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41BF is #43BE40. Grayscale: #737373. Windows color (decimal): -4439617 or 12534204. OLE color: 12534204.
HSL color Cylindrical-coordinate representation of color #BC41BF: hue angle of 298.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC41BF is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 65 | 191 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.25 |
| HSL | 298.57º | 0.5% | 0.5% | - |
| HSV(B) | 298.57º | 0.66% | 0.75% | - |
| XYZ | 32.03 | 18.23 | 51.12 | - |
| YUV | 116.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 191 | 0.02 | 0.66 | 0 | 0.25 | 298.57 | 0.5 | 0.5 |
| Hex | BC | 41 | BF | 2 | 42 | 0 | 19 | 12B | 32 | 32 |
| Octal | 274 | 101 | 277 | 2 | 102 | 0 | 31 | 453 | 62 | 62 |
| Binary | 10111100 | 1000001 | 10111111 | 10 | 1000010 | 0 | 11001 | 100101011 | 110010 | 110010 |
Color Harmonies of #BC41BF
Complementary color
Monochromatic Colors of #BC41BF
Black with #BC41BF
Text Example
Text Example
White with #BC41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41BF; }
p { color: rgb(188,65,191); }
H1.HeaderClassName
{
color: #BC41BF;
}
.AnyTagClassName
{
color: #BC41BF;
}
</style>
background-color css
<style>
a { background-color: #BC41BF; }
a { background-color: rgb(188,65,191); }
div.DivClassName
{
background-color: #BC41BF;
}
.BgClassName
{
background-color: #BC41BF;
}
</style>
border-color css
<style>
span { border-color: #BC41BF; }
span { border-color: rgb(188,65,191); }
td.TdClassName
{
border-color: #BC41BF;
}
.TagClassName
{
border-color: #BC41BF;
}
</style>