Shades of Fuchsia #BC2BC1
Tints of Fuchsia #BC2BC1
RGB
CMYK
RGB Variations
Color information
#BC2BC1 (or 0xBC2BC1) is known color: Fuchsia. HEX triplet: BC, 2B and C1. RGB value is (188,43,193). Sum of RGB (Red+Green+Blue) = 188+43+193=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC2BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BC1 is #43D43E. Grayscale: #676767. Windows color (decimal): -4445247 or 12659644. OLE color: 12659644.
HSL color Cylindrical-coordinate representation of color #BC2BC1: hue angle of 298º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2BC1 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 43 | 193 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.24 |
| HSL | 298º | 0.64% | 0.46% | - |
| HSV(B) | 298º | 0.78% | 0.76% | - |
| XYZ | 31.23 | 16.27 | 51.95 | - |
| YUV | 103.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 193 | 0.03 | 0.78 | 0 | 0.24 | 298 | 0.64 | 0.46 |
| Hex | BC | 2B | C1 | 3 | 4E | 0 | 18 | 12A | 40 | 2E |
| Octal | 274 | 53 | 301 | 3 | 116 | 0 | 30 | 452 | 100 | 56 |
| Binary | 10111100 | 101011 | 11000001 | 11 | 1001110 | 0 | 11000 | 100101010 | 1000000 | 101110 |
Color Harmonies of #BC2BC1
Complementary color
Monochromatic Colors of #BC2BC1
Black with #BC2BC1
Text Example
Text Example
White with #BC2BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BC1; }
p { color: rgb(188,43,193); }
H1.HeaderClassName
{
color: #BC2BC1;
}
.AnyTagClassName
{
color: #BC2BC1;
}
</style>
background-color css
<style>
a { background-color: #BC2BC1; }
a { background-color: rgb(188,43,193); }
div.DivClassName
{
background-color: #BC2BC1;
}
.BgClassName
{
background-color: #BC2BC1;
}
</style>
border-color css
<style>
span { border-color: #BC2BC1; }
span { border-color: rgb(188,43,193); }
td.TdClassName
{
border-color: #BC2BC1;
}
.TagClassName
{
border-color: #BC2BC1;
}
</style>