Shades of Fuchsia #BC2CBF
Tints of Fuchsia #BC2CBF
RGB
CMYK
RGB Variations
Color information
#BC2CBF (or 0xBC2CBF) is known color: Fuchsia. HEX triplet: BC, 2C and BF. RGB value is (188,44,191). Sum of RGB (Red+Green+Blue) = 188+44+191=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC2CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CBF is #43D340. Grayscale: #676767. Windows color (decimal): -4444993 or 12528828. OLE color: 12528828.
HSL color Cylindrical-coordinate representation of color #BC2CBF: hue angle of 298.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2CBF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 44 | 191 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.25 |
| HSL | 298.78º | 0.63% | 0.46% | - |
| HSV(B) | 298.78º | 0.77% | 0.75% | - |
| XYZ | 31.04 | 16.25 | 50.79 | - |
| YUV | 103.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 191 | 0.02 | 0.77 | 0 | 0.25 | 298.78 | 0.63 | 0.46 |
| Hex | BC | 2C | BF | 2 | 4D | 0 | 19 | 12B | 3F | 2E |
| Octal | 274 | 54 | 277 | 2 | 115 | 0 | 31 | 453 | 77 | 56 |
| Binary | 10111100 | 101100 | 10111111 | 10 | 1001101 | 0 | 11001 | 100101011 | 111111 | 101110 |
Color Harmonies of #BC2CBF
Complementary color
Monochromatic Colors of #BC2CBF
Black with #BC2CBF
Text Example
Text Example
White with #BC2CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CBF; }
p { color: rgb(188,44,191); }
H1.HeaderClassName
{
color: #BC2CBF;
}
.AnyTagClassName
{
color: #BC2CBF;
}
</style>
background-color css
<style>
a { background-color: #BC2CBF; }
a { background-color: rgb(188,44,191); }
div.DivClassName
{
background-color: #BC2CBF;
}
.BgClassName
{
background-color: #BC2CBF;
}
</style>
border-color css
<style>
span { border-color: #BC2CBF; }
span { border-color: rgb(188,44,191); }
td.TdClassName
{
border-color: #BC2CBF;
}
.TagClassName
{
border-color: #BC2CBF;
}
</style>