Shades of Fuchsia #BC2DC2
Tints of Fuchsia #BC2DC2
RGB
CMYK
RGB Variations
Color information
#BC2DC2 (or 0xBC2DC2) is known color: Fuchsia. HEX triplet: BC, 2D and C2. RGB value is (188,45,194). Sum of RGB (Red+Green+Blue) = 188+45+194=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC2DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DC2 is #43D23D. Grayscale: #686868. Windows color (decimal): -4444734 or 12725692. OLE color: 12725692.
HSL color Cylindrical-coordinate representation of color #BC2DC2: hue angle of 297.58º degrees, saturation: 0.62, 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 #BC2DC2 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 45 | 194 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.24 |
| HSL | 297.58º | 0.62% | 0.47% | - |
| HSV(B) | 297.58º | 0.77% | 0.76% | - |
| XYZ | 31.42 | 16.46 | 52.56 | - |
| YUV | 104.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 194 | 0.03 | 0.77 | 0 | 0.24 | 297.58 | 0.62 | 0.47 |
| Hex | BC | 2D | C2 | 3 | 4D | 0 | 18 | 12A | 3E | 2F |
| Octal | 274 | 55 | 302 | 3 | 115 | 0 | 30 | 452 | 76 | 57 |
| Binary | 10111100 | 101101 | 11000010 | 11 | 1001101 | 0 | 11000 | 100101010 | 111110 | 101111 |
Color Harmonies of #BC2DC2
Complementary color
Monochromatic Colors of #BC2DC2
Black with #BC2DC2
Text Example
Text Example
White with #BC2DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DC2; }
p { color: rgb(188,45,194); }
H1.HeaderClassName
{
color: #BC2DC2;
}
.AnyTagClassName
{
color: #BC2DC2;
}
</style>
background-color css
<style>
a { background-color: #BC2DC2; }
a { background-color: rgb(188,45,194); }
div.DivClassName
{
background-color: #BC2DC2;
}
.BgClassName
{
background-color: #BC2DC2;
}
</style>
border-color css
<style>
span { border-color: #BC2DC2; }
span { border-color: rgb(188,45,194); }
td.TdClassName
{
border-color: #BC2DC2;
}
.TagClassName
{
border-color: #BC2DC2;
}
</style>