Shades of Fuchsia #BC66C1
Tints of Fuchsia #BC66C1
RGB
CMYK
RGB Variations
Color information
#BC66C1 (or 0xBC66C1) is known color: Fuchsia. HEX triplet: BC, 66 and C1. RGB value is (188,102,193). Sum of RGB (Red+Green+Blue) = 188+102+193=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC66C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66C1 is #43993E. Grayscale: #898989. Windows color (decimal): -4430143 or 12674748. OLE color: 12674748.
HSL color Cylindrical-coordinate representation of color #BC66C1: hue angle of 296.7º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC66C1 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 102 | 193 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.24 |
| HSL | 296.7º | 0.42% | 0.58% | - |
| HSV(B) | 296.7º | 0.47% | 0.76% | - |
| XYZ | 35.12 | 24.04 | 53.24 | - |
| YUV | 138.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 193 | 0.03 | 0.47 | 0 | 0.24 | 296.7 | 0.42 | 0.58 |
| Hex | BC | 66 | C1 | 3 | 2F | 0 | 18 | 129 | 2A | 3A |
| Octal | 274 | 146 | 301 | 3 | 57 | 0 | 30 | 451 | 52 | 72 |
| Binary | 10111100 | 1100110 | 11000001 | 11 | 101111 | 0 | 11000 | 100101001 | 101010 | 111010 |
Color Harmonies of #BC66C1
Complementary color
Monochromatic Colors of #BC66C1
Black with #BC66C1
Text Example
Text Example
White with #BC66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66C1; }
p { color: rgb(188,102,193); }
H1.HeaderClassName
{
color: #BC66C1;
}
.AnyTagClassName
{
color: #BC66C1;
}
</style>
background-color css
<style>
a { background-color: #BC66C1; }
a { background-color: rgb(188,102,193); }
div.DivClassName
{
background-color: #BC66C1;
}
.BgClassName
{
background-color: #BC66C1;
}
</style>
border-color css
<style>
span { border-color: #BC66C1; }
span { border-color: rgb(188,102,193); }
td.TdClassName
{
border-color: #BC66C1;
}
.TagClassName
{
border-color: #BC66C1;
}
</style>