Shades of Fuchsia #BC6DC1
Tints of Fuchsia #BC6DC1
RGB
CMYK
RGB Variations
Color information
#BC6DC1 (or 0xBC6DC1) is known color: Fuchsia. HEX triplet: BC, 6D and C1. RGB value is (188,109,193). Sum of RGB (Red+Green+Blue) = 188+109+193=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DC1 is #43923E. Grayscale: #8D8D8D. Windows color (decimal): -4428351 or 12676540. OLE color: 12676540.
HSL color Cylindrical-coordinate representation of color #BC6DC1: hue angle of 296.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6DC1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 109 | 193 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.24 |
| HSL | 296.43º | 0.4% | 0.59% | - |
| HSV(B) | 296.43º | 0.44% | 0.76% | - |
| XYZ | 35.83 | 25.48 | 53.48 | - |
| YUV | 142.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 193 | 0.03 | 0.44 | 0 | 0.24 | 296.43 | 0.4 | 0.59 |
| Hex | BC | 6D | C1 | 3 | 2C | 0 | 18 | 128 | 28 | 3B |
| Octal | 274 | 155 | 301 | 3 | 54 | 0 | 30 | 450 | 50 | 73 |
| Binary | 10111100 | 1101101 | 11000001 | 11 | 101100 | 0 | 11000 | 100101000 | 101000 | 111011 |
Color Harmonies of #BC6DC1
Complementary color
Monochromatic Colors of #BC6DC1
Black with #BC6DC1
Text Example
Text Example
White with #BC6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DC1; }
p { color: rgb(188,109,193); }
H1.HeaderClassName
{
color: #BC6DC1;
}
.AnyTagClassName
{
color: #BC6DC1;
}
</style>
background-color css
<style>
a { background-color: #BC6DC1; }
a { background-color: rgb(188,109,193); }
div.DivClassName
{
background-color: #BC6DC1;
}
.BgClassName
{
background-color: #BC6DC1;
}
</style>
border-color css
<style>
span { border-color: #BC6DC1; }
span { border-color: rgb(188,109,193); }
td.TdClassName
{
border-color: #BC6DC1;
}
.TagClassName
{
border-color: #BC6DC1;
}
</style>