Shades of Fuchsia #BC68C1
Tints of Fuchsia #BC68C1
RGB
CMYK
RGB Variations
Color information
#BC68C1 (or 0xBC68C1) is known color: Fuchsia. HEX triplet: BC, 68 and C1. RGB value is (188,104,193). Sum of RGB (Red+Green+Blue) = 188+104+193=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68C1 is #43973E. Grayscale: #8A8A8A. Windows color (decimal): -4429631 or 12675260. OLE color: 12675260.
HSL color Cylindrical-coordinate representation of color #BC68C1: hue angle of 296.63º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC68C1 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 104 | 193 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.24 |
| HSL | 296.63º | 0.42% | 0.58% | - |
| HSV(B) | 296.63º | 0.46% | 0.76% | - |
| XYZ | 35.31 | 24.44 | 53.31 | - |
| YUV | 139.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 193 | 0.03 | 0.46 | 0 | 0.24 | 296.63 | 0.42 | 0.58 |
| Hex | BC | 68 | C1 | 3 | 2E | 0 | 18 | 129 | 2A | 3A |
| Octal | 274 | 150 | 301 | 3 | 56 | 0 | 30 | 451 | 52 | 72 |
| Binary | 10111100 | 1101000 | 11000001 | 11 | 101110 | 0 | 11000 | 100101001 | 101010 | 111010 |
Color Harmonies of #BC68C1
Complementary color
Monochromatic Colors of #BC68C1
Black with #BC68C1
Text Example
Text Example
White with #BC68C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68C1; }
p { color: rgb(188,104,193); }
H1.HeaderClassName
{
color: #BC68C1;
}
.AnyTagClassName
{
color: #BC68C1;
}
</style>
background-color css
<style>
a { background-color: #BC68C1; }
a { background-color: rgb(188,104,193); }
div.DivClassName
{
background-color: #BC68C1;
}
.BgClassName
{
background-color: #BC68C1;
}
</style>
border-color css
<style>
span { border-color: #BC68C1; }
span { border-color: rgb(188,104,193); }
td.TdClassName
{
border-color: #BC68C1;
}
.TagClassName
{
border-color: #BC68C1;
}
</style>