Shades of Fuchsia #BC2DBF
Tints of Fuchsia #BC2DBF
RGB
CMYK
RGB Variations
Color information
#BC2DBF (or 0xBC2DBF) is known color: Fuchsia. HEX triplet: BC, 2D and BF. RGB value is (188,45,191). Sum of RGB (Red+Green+Blue) = 188+45+191=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC2DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DBF is #43D240. Grayscale: #676767. Windows color (decimal): -4444737 or 12529084. OLE color: 12529084.
HSL color Cylindrical-coordinate representation of color #BC2DBF: hue angle of 298.77º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2DBF is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 45 | 191 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.25 |
| HSL | 298.77º | 0.62% | 0.46% | - |
| HSV(B) | 298.77º | 0.76% | 0.75% | - |
| XYZ | 31.08 | 16.33 | 50.8 | - |
| YUV | 104.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 191 | 0.02 | 0.76 | 0 | 0.25 | 298.77 | 0.62 | 0.46 |
| Hex | BC | 2D | BF | 2 | 4C | 0 | 19 | 12B | 3E | 2E |
| Octal | 274 | 55 | 277 | 2 | 114 | 0 | 31 | 453 | 76 | 56 |
| Binary | 10111100 | 101101 | 10111111 | 10 | 1001100 | 0 | 11001 | 100101011 | 111110 | 101110 |
Color Harmonies of #BC2DBF
Complementary color
Monochromatic Colors of #BC2DBF
Black with #BC2DBF
Text Example
Text Example
White with #BC2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DBF; }
p { color: rgb(188,45,191); }
H1.HeaderClassName
{
color: #BC2DBF;
}
.AnyTagClassName
{
color: #BC2DBF;
}
</style>
background-color css
<style>
a { background-color: #BC2DBF; }
a { background-color: rgb(188,45,191); }
div.DivClassName
{
background-color: #BC2DBF;
}
.BgClassName
{
background-color: #BC2DBF;
}
</style>
border-color css
<style>
span { border-color: #BC2DBF; }
span { border-color: rgb(188,45,191); }
td.TdClassName
{
border-color: #BC2DBF;
}
.TagClassName
{
border-color: #BC2DBF;
}
</style>