Shades of Fuchsia #BC6BBF
Tints of Fuchsia #BC6BBF
RGB
CMYK
RGB Variations
Color information
#BC6BBF (or 0xBC6BBF) is known color: Fuchsia. HEX triplet: BC, 6B and BF. RGB value is (188,107,191). Sum of RGB (Red+Green+Blue) = 188+107+191=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BBF is #439440. Grayscale: #8C8C8C. Windows color (decimal): -4428865 or 12544956. OLE color: 12544956.
HSL color Cylindrical-coordinate representation of color #BC6BBF: hue angle of 297.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6BBF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 107 | 191 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.25 |
| HSL | 297.86º | 0.4% | 0.58% | - |
| HSV(B) | 297.86º | 0.44% | 0.75% | - |
| XYZ | 35.4 | 24.97 | 52.24 | - |
| YUV | 140.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 191 | 0.02 | 0.44 | 0 | 0.25 | 297.86 | 0.4 | 0.58 |
| Hex | BC | 6B | BF | 2 | 2C | 0 | 19 | 12A | 28 | 3A |
| Octal | 274 | 153 | 277 | 2 | 54 | 0 | 31 | 452 | 50 | 72 |
| Binary | 10111100 | 1101011 | 10111111 | 10 | 101100 | 0 | 11001 | 100101010 | 101000 | 111010 |
Color Harmonies of #BC6BBF
Complementary color
Monochromatic Colors of #BC6BBF
Black with #BC6BBF
Text Example
Text Example
White with #BC6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BBF; }
p { color: rgb(188,107,191); }
H1.HeaderClassName
{
color: #BC6BBF;
}
.AnyTagClassName
{
color: #BC6BBF;
}
</style>
background-color css
<style>
a { background-color: #BC6BBF; }
a { background-color: rgb(188,107,191); }
div.DivClassName
{
background-color: #BC6BBF;
}
.BgClassName
{
background-color: #BC6BBF;
}
</style>
border-color css
<style>
span { border-color: #BC6BBF; }
span { border-color: rgb(188,107,191); }
td.TdClassName
{
border-color: #BC6BBF;
}
.TagClassName
{
border-color: #BC6BBF;
}
</style>