Shades of Fuchsia #BC68C0
Tints of Fuchsia #BC68C0
RGB
CMYK
RGB Variations
Color information
#BC68C0 (or 0xBC68C0) is known color: Fuchsia. HEX triplet: BC, 68 and C0. RGB value is (188,104,192). Sum of RGB (Red+Green+Blue) = 188+104+192=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC68C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68C0 is #43973F. Grayscale: #8A8A8A. Windows color (decimal): -4429632 or 12609724. OLE color: 12609724.
HSL color Cylindrical-coordinate representation of color #BC68C0: hue angle of 297.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC68C0 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 104 | 192 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.25 |
| HSL | 297.27º | 0.41% | 0.58% | - |
| HSV(B) | 297.27º | 0.46% | 0.75% | - |
| XYZ | 35.2 | 24.4 | 52.72 | - |
| YUV | 139.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 192 | 0.02 | 0.46 | 0 | 0.25 | 297.27 | 0.41 | 0.58 |
| Hex | BC | 68 | C0 | 2 | 2E | 0 | 19 | 129 | 29 | 3A |
| Octal | 274 | 150 | 300 | 2 | 56 | 0 | 31 | 451 | 51 | 72 |
| Binary | 10111100 | 1101000 | 11000000 | 10 | 101110 | 0 | 11001 | 100101001 | 101001 | 111010 |
Color Harmonies of #BC68C0
Complementary color
Monochromatic Colors of #BC68C0
Black with #BC68C0
Text Example
Text Example
White with #BC68C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68C0; }
p { color: rgb(188,104,192); }
H1.HeaderClassName
{
color: #BC68C0;
}
.AnyTagClassName
{
color: #BC68C0;
}
</style>
background-color css
<style>
a { background-color: #BC68C0; }
a { background-color: rgb(188,104,192); }
div.DivClassName
{
background-color: #BC68C0;
}
.BgClassName
{
background-color: #BC68C0;
}
</style>
border-color css
<style>
span { border-color: #BC68C0; }
span { border-color: rgb(188,104,192); }
td.TdClassName
{
border-color: #BC68C0;
}
.TagClassName
{
border-color: #BC68C0;
}
</style>