Shades of Fuchsia #BC60C1
Tints of Fuchsia #BC60C1
RGB
CMYK
RGB Variations
Color information
#BC60C1 (or 0xBC60C1) is known color: Fuchsia. HEX triplet: BC, 60 and C1. RGB value is (188,96,193). Sum of RGB (Red+Green+Blue) = 188+96+193=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC60C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60C1 is #439F3E. Grayscale: #868686. Windows color (decimal): -4431679 or 12673212. OLE color: 12673212.
HSL color Cylindrical-coordinate representation of color #BC60C1: hue angle of 296.91º 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 #BC60C1 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 96 | 193 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.24 |
| HSL | 296.91º | 0.44% | 0.57% | - |
| HSV(B) | 296.91º | 0.5% | 0.76% | - |
| XYZ | 34.55 | 22.91 | 53.05 | - |
| YUV | 134.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 193 | 0.03 | 0.50 | 0 | 0.24 | 296.91 | 0.44 | 0.57 |
| Hex | BC | 60 | C1 | 3 | 32 | 0 | 18 | 129 | 2C | 39 |
| Octal | 274 | 140 | 301 | 3 | 62 | 0 | 30 | 451 | 54 | 71 |
| Binary | 10111100 | 1100000 | 11000001 | 11 | 110010 | 0 | 11000 | 100101001 | 101100 | 111001 |
Color Harmonies of #BC60C1
Complementary color
Monochromatic Colors of #BC60C1
Black with #BC60C1
Text Example
Text Example
White with #BC60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60C1; }
p { color: rgb(188,96,193); }
H1.HeaderClassName
{
color: #BC60C1;
}
.AnyTagClassName
{
color: #BC60C1;
}
</style>
background-color css
<style>
a { background-color: #BC60C1; }
a { background-color: rgb(188,96,193); }
div.DivClassName
{
background-color: #BC60C1;
}
.BgClassName
{
background-color: #BC60C1;
}
</style>
border-color css
<style>
span { border-color: #BC60C1; }
span { border-color: rgb(188,96,193); }
td.TdClassName
{
border-color: #BC60C1;
}
.TagClassName
{
border-color: #BC60C1;
}
</style>