Shades of Fuchsia #BC66AF
Tints of Fuchsia #BC66AF
RGB
CMYK
RGB Variations
Color information
#BC66AF (or 0xBC66AF) is known color: Fuchsia. HEX triplet: BC, 66 and AF. RGB value is (188,102,175). Sum of RGB (Red+Green+Blue) = 188+102+175=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66AF is #439950. Grayscale: #878787. Windows color (decimal): -4430161 or 11495100. OLE color: 11495100.
HSL color Cylindrical-coordinate representation of color #BC66AF: hue angle of 309.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC66AF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 175 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.26 |
| HSL | 309.07º | 0.39% | 0.57% | - |
| HSV(B) | 309.07º | 0.46% | 0.74% | - |
| XYZ | 33.23 | 23.29 | 43.3 | - |
| YUV | 136.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 175 | 0 | 0.46 | 0.07 | 0.26 | 309.07 | 0.39 | 0.57 |
| Hex | BC | 66 | AF | 0 | 2E | 7 | 1A | 135 | 27 | 39 |
| Octal | 274 | 146 | 257 | 0 | 56 | 7 | 32 | 465 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10101111 | 0 | 101110 | 111 | 11010 | 100110101 | 100111 | 111001 |
Color Harmonies of #BC66AF
Complementary color
Monochromatic Colors of #BC66AF
Black with #BC66AF
Text Example
Text Example
White with #BC66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66AF; }
p { color: rgb(188,102,175); }
H1.HeaderClassName
{
color: #BC66AF;
}
.AnyTagClassName
{
color: #BC66AF;
}
</style>
background-color css
<style>
a { background-color: #BC66AF; }
a { background-color: rgb(188,102,175); }
div.DivClassName
{
background-color: #BC66AF;
}
.BgClassName
{
background-color: #BC66AF;
}
</style>
border-color css
<style>
span { border-color: #BC66AF; }
span { border-color: rgb(188,102,175); }
td.TdClassName
{
border-color: #BC66AF;
}
.TagClassName
{
border-color: #BC66AF;
}
</style>