Shades of Fuchsia #BC2CC2
Tints of Fuchsia #BC2CC2
RGB
CMYK
RGB Variations
Color information
#BC2CC2 (or 0xBC2CC2) is known color: Fuchsia. HEX triplet: BC, 2C and C2. RGB value is (188,44,194). Sum of RGB (Red+Green+Blue) = 188+44+194=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC2CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CC2 is #43D33D. Grayscale: #676767. Windows color (decimal): -4444990 or 12725436. OLE color: 12725436.
HSL color Cylindrical-coordinate representation of color #BC2CC2: hue angle of 297.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2CC2 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 44 | 194 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.24 |
| HSL | 297.6º | 0.63% | 0.47% | - |
| HSV(B) | 297.6º | 0.77% | 0.76% | - |
| XYZ | 31.38 | 16.39 | 52.55 | - |
| YUV | 104.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 194 | 0.03 | 0.77 | 0 | 0.24 | 297.6 | 0.63 | 0.47 |
| Hex | BC | 2C | C2 | 3 | 4D | 0 | 18 | 12A | 3F | 2F |
| Octal | 274 | 54 | 302 | 3 | 115 | 0 | 30 | 452 | 77 | 57 |
| Binary | 10111100 | 101100 | 11000010 | 11 | 1001101 | 0 | 11000 | 100101010 | 111111 | 101111 |
Color Harmonies of #BC2CC2
Complementary color
Monochromatic Colors of #BC2CC2
Black with #BC2CC2
Text Example
Text Example
White with #BC2CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CC2; }
p { color: rgb(188,44,194); }
H1.HeaderClassName
{
color: #BC2CC2;
}
.AnyTagClassName
{
color: #BC2CC2;
}
</style>
background-color css
<style>
a { background-color: #BC2CC2; }
a { background-color: rgb(188,44,194); }
div.DivClassName
{
background-color: #BC2CC2;
}
.BgClassName
{
background-color: #BC2CC2;
}
</style>
border-color css
<style>
span { border-color: #BC2CC2; }
span { border-color: rgb(188,44,194); }
td.TdClassName
{
border-color: #BC2CC2;
}
.TagClassName
{
border-color: #BC2CC2;
}
</style>