Shades of Fuchsia #BC6DC6
Tints of Fuchsia #BC6DC6
RGB
CMYK
RGB Variations
Color information
#BC6DC6 (or 0xBC6DC6) is known color: Fuchsia. HEX triplet: BC, 6D and C6. RGB value is (188,109,198). Sum of RGB (Red+Green+Blue) = 188+109+198=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC6DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DC6 is #439239. Grayscale: #8E8E8E. Windows color (decimal): -4428346 or 13004220. OLE color: 13004220.
HSL color Cylindrical-coordinate representation of color #BC6DC6: hue angle of 293.26º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6DC6 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 109 | 198 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.22 |
| HSL | 293.26º | 0.44% | 0.6% | - |
| HSV(B) | 293.26º | 0.45% | 0.78% | - |
| XYZ | 36.4 | 25.71 | 56.47 | - |
| YUV | 142.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 198 | 0.05 | 0.45 | 0 | 0.22 | 293.26 | 0.44 | 0.6 |
| Hex | BC | 6D | C6 | 5 | 2D | 0 | 16 | 125 | 2C | 3C |
| Octal | 274 | 155 | 306 | 5 | 55 | 0 | 26 | 445 | 54 | 74 |
| Binary | 10111100 | 1101101 | 11000110 | 101 | 101101 | 0 | 10110 | 100100101 | 101100 | 111100 |
Color Harmonies of #BC6DC6
Complementary color
Monochromatic Colors of #BC6DC6
Black with #BC6DC6
Text Example
Text Example
White with #BC6DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DC6; }
p { color: rgb(188,109,198); }
H1.HeaderClassName
{
color: #BC6DC6;
}
.AnyTagClassName
{
color: #BC6DC6;
}
</style>
background-color css
<style>
a { background-color: #BC6DC6; }
a { background-color: rgb(188,109,198); }
div.DivClassName
{
background-color: #BC6DC6;
}
.BgClassName
{
background-color: #BC6DC6;
}
</style>
border-color css
<style>
span { border-color: #BC6DC6; }
span { border-color: rgb(188,109,198); }
td.TdClassName
{
border-color: #BC6DC6;
}
.TagClassName
{
border-color: #BC6DC6;
}
</style>