Shades of Fuchsia #BC3CC2
Tints of Fuchsia #BC3CC2
RGB
CMYK
RGB Variations
Color information
#BC3CC2 (or 0xBC3CC2) is known color: Fuchsia. HEX triplet: BC, 3C and C2. RGB value is (188,60,194). Sum of RGB (Red+Green+Blue) = 188+60+194=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC3CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CC2 is #43C33D. Grayscale: #717171. Windows color (decimal): -4440894 or 12729532. OLE color: 12729532.
HSL color Cylindrical-coordinate representation of color #BC3CC2: hue angle of 297.31º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3CC2 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 60 | 194 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.24 |
| HSL | 297.31º | 0.53% | 0.5% | - |
| HSV(B) | 297.31º | 0.69% | 0.76% | - |
| XYZ | 32.09 | 17.82 | 52.79 | - |
| YUV | 113.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 194 | 0.03 | 0.69 | 0 | 0.24 | 297.31 | 0.53 | 0.5 |
| Hex | BC | 3C | C2 | 3 | 45 | 0 | 18 | 129 | 35 | 32 |
| Octal | 274 | 74 | 302 | 3 | 105 | 0 | 30 | 451 | 65 | 62 |
| Binary | 10111100 | 111100 | 11000010 | 11 | 1000101 | 0 | 11000 | 100101001 | 110101 | 110010 |
Color Harmonies of #BC3CC2
Complementary color
Monochromatic Colors of #BC3CC2
Black with #BC3CC2
Text Example
Text Example
White with #BC3CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CC2; }
p { color: rgb(188,60,194); }
H1.HeaderClassName
{
color: #BC3CC2;
}
.AnyTagClassName
{
color: #BC3CC2;
}
</style>
background-color css
<style>
a { background-color: #BC3CC2; }
a { background-color: rgb(188,60,194); }
div.DivClassName
{
background-color: #BC3CC2;
}
.BgClassName
{
background-color: #BC3CC2;
}
</style>
border-color css
<style>
span { border-color: #BC3CC2; }
span { border-color: rgb(188,60,194); }
td.TdClassName
{
border-color: #BC3CC2;
}
.TagClassName
{
border-color: #BC3CC2;
}
</style>