Shades of Fuchsia #BC61C2
Tints of Fuchsia #BC61C2
RGB
CMYK
RGB Variations
Color information
#BC61C2 (or 0xBC61C2) is known color: Fuchsia. HEX triplet: BC, 61 and C2. RGB value is (188,97,194). Sum of RGB (Red+Green+Blue) = 188+97+194=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC61C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61C2 is #439E3D. Grayscale: #868686. Windows color (decimal): -4431422 or 12739004. OLE color: 12739004.
HSL color Cylindrical-coordinate representation of color #BC61C2: hue angle of 296.29º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC61C2 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 97 | 194 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.24 |
| HSL | 296.29º | 0.44% | 0.57% | - |
| HSV(B) | 296.29º | 0.5% | 0.76% | - |
| XYZ | 34.75 | 23.14 | 53.67 | - |
| YUV | 135.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 194 | 0.03 | 0.50 | 0 | 0.24 | 296.29 | 0.44 | 0.57 |
| Hex | BC | 61 | C2 | 3 | 32 | 0 | 18 | 128 | 2C | 39 |
| Octal | 274 | 141 | 302 | 3 | 62 | 0 | 30 | 450 | 54 | 71 |
| Binary | 10111100 | 1100001 | 11000010 | 11 | 110010 | 0 | 11000 | 100101000 | 101100 | 111001 |
Color Harmonies of #BC61C2
Complementary color
Monochromatic Colors of #BC61C2
Black with #BC61C2
Text Example
Text Example
White with #BC61C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61C2; }
p { color: rgb(188,97,194); }
H1.HeaderClassName
{
color: #BC61C2;
}
.AnyTagClassName
{
color: #BC61C2;
}
</style>
background-color css
<style>
a { background-color: #BC61C2; }
a { background-color: rgb(188,97,194); }
div.DivClassName
{
background-color: #BC61C2;
}
.BgClassName
{
background-color: #BC61C2;
}
</style>
border-color css
<style>
span { border-color: #BC61C2; }
span { border-color: rgb(188,97,194); }
td.TdClassName
{
border-color: #BC61C2;
}
.TagClassName
{
border-color: #BC61C2;
}
</style>