Shades of Fuchsia #BC60C6
Tints of Fuchsia #BC60C6
RGB
CMYK
RGB Variations
Color information
#BC60C6 (or 0xBC60C6) is known color: Fuchsia. HEX triplet: BC, 60 and C6. RGB value is (188,96,198). Sum of RGB (Red+Green+Blue) = 188+96+198=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC60C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60C6 is #439F39. Grayscale: #868686. Windows color (decimal): -4431674 or 13000892. OLE color: 13000892.
HSL color Cylindrical-coordinate representation of color #BC60C6: hue angle of 294.12º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC60C6 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 96 | 198 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.22 |
| HSL | 294.12º | 0.47% | 0.58% | - |
| HSV(B) | 294.12º | 0.52% | 0.78% | - |
| XYZ | 35.11 | 23.13 | 56.04 | - |
| YUV | 135.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 198 | 0.05 | 0.52 | 0 | 0.22 | 294.12 | 0.47 | 0.58 |
| Hex | BC | 60 | C6 | 5 | 34 | 0 | 16 | 126 | 2F | 3A |
| Octal | 274 | 140 | 306 | 5 | 64 | 0 | 26 | 446 | 57 | 72 |
| Binary | 10111100 | 1100000 | 11000110 | 101 | 110100 | 0 | 10110 | 100100110 | 101111 | 111010 |
Color Harmonies of #BC60C6
Complementary color
Monochromatic Colors of #BC60C6
Black with #BC60C6
Text Example
Text Example
White with #BC60C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60C6; }
p { color: rgb(188,96,198); }
H1.HeaderClassName
{
color: #BC60C6;
}
.AnyTagClassName
{
color: #BC60C6;
}
</style>
background-color css
<style>
a { background-color: #BC60C6; }
a { background-color: rgb(188,96,198); }
div.DivClassName
{
background-color: #BC60C6;
}
.BgClassName
{
background-color: #BC60C6;
}
</style>
border-color css
<style>
span { border-color: #BC60C6; }
span { border-color: rgb(188,96,198); }
td.TdClassName
{
border-color: #BC60C6;
}
.TagClassName
{
border-color: #BC60C6;
}
</style>