Shades of Fuchsia #BC66C7
Tints of Fuchsia #BC66C7
RGB
CMYK
RGB Variations
Color information
#BC66C7 (or 0xBC66C7) is known color: Fuchsia. HEX triplet: BC, 66 and C7. RGB value is (188,102,199). Sum of RGB (Red+Green+Blue) = 188+102+199=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC66C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66C7 is #439938. Grayscale: #8A8A8A. Windows color (decimal): -4430137 or 13067964. OLE color: 13067964.
HSL color Cylindrical-coordinate representation of color #BC66C7: hue angle of 293.2º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC66C7 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 102 | 199 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.22 |
| HSL | 293.2º | 0.46% | 0.59% | - |
| HSV(B) | 293.2º | 0.49% | 0.78% | - |
| XYZ | 35.8 | 24.32 | 56.84 | - |
| YUV | 138.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 199 | 0.06 | 0.49 | 0 | 0.22 | 293.2 | 0.46 | 0.59 |
| Hex | BC | 66 | C7 | 6 | 31 | 0 | 16 | 125 | 2E | 3B |
| Octal | 274 | 146 | 307 | 6 | 61 | 0 | 26 | 445 | 56 | 73 |
| Binary | 10111100 | 1100110 | 11000111 | 110 | 110001 | 0 | 10110 | 100100101 | 101110 | 111011 |
Color Harmonies of #BC66C7
Complementary color
Monochromatic Colors of #BC66C7
Black with #BC66C7
Text Example
Text Example
White with #BC66C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66C7; }
p { color: rgb(188,102,199); }
H1.HeaderClassName
{
color: #BC66C7;
}
.AnyTagClassName
{
color: #BC66C7;
}
</style>
background-color css
<style>
a { background-color: #BC66C7; }
a { background-color: rgb(188,102,199); }
div.DivClassName
{
background-color: #BC66C7;
}
.BgClassName
{
background-color: #BC66C7;
}
</style>
border-color css
<style>
span { border-color: #BC66C7; }
span { border-color: rgb(188,102,199); }
td.TdClassName
{
border-color: #BC66C7;
}
.TagClassName
{
border-color: #BC66C7;
}
</style>