Shades of Fuchsia #BC6DBF
Tints of Fuchsia #BC6DBF
RGB
CMYK
RGB Variations
Color information
#BC6DBF (or 0xBC6DBF) is known color: Fuchsia. HEX triplet: BC, 6D and BF. RGB value is (188,109,191). Sum of RGB (Red+Green+Blue) = 188+109+191=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DBF is #439240. Grayscale: #8D8D8D. Windows color (decimal): -4428353 or 12545468. OLE color: 12545468.
HSL color Cylindrical-coordinate representation of color #BC6DBF: hue angle of 297.8º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6DBF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 109 | 191 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.25 |
| HSL | 297.8º | 0.39% | 0.59% | - |
| HSV(B) | 297.8º | 0.43% | 0.75% | - |
| XYZ | 35.61 | 25.39 | 52.31 | - |
| YUV | 141.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 191 | 0.02 | 0.43 | 0 | 0.25 | 297.8 | 0.39 | 0.59 |
| Hex | BC | 6D | BF | 2 | 2B | 0 | 19 | 12A | 27 | 3B |
| Octal | 274 | 155 | 277 | 2 | 53 | 0 | 31 | 452 | 47 | 73 |
| Binary | 10111100 | 1101101 | 10111111 | 10 | 101011 | 0 | 11001 | 100101010 | 100111 | 111011 |
Color Harmonies of #BC6DBF
Complementary color
Monochromatic Colors of #BC6DBF
Black with #BC6DBF
Text Example
Text Example
White with #BC6DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DBF; }
p { color: rgb(188,109,191); }
H1.HeaderClassName
{
color: #BC6DBF;
}
.AnyTagClassName
{
color: #BC6DBF;
}
</style>
background-color css
<style>
a { background-color: #BC6DBF; }
a { background-color: rgb(188,109,191); }
div.DivClassName
{
background-color: #BC6DBF;
}
.BgClassName
{
background-color: #BC6DBF;
}
</style>
border-color css
<style>
span { border-color: #BC6DBF; }
span { border-color: rgb(188,109,191); }
td.TdClassName
{
border-color: #BC6DBF;
}
.TagClassName
{
border-color: #BC6DBF;
}
</style>