Shades of Fuchsia #BC66AD
Tints of Fuchsia #BC66AD
RGB
CMYK
RGB Variations
Color information
#BC66AD (or 0xBC66AD) is known color: Fuchsia. HEX triplet: BC, 66 and AD. RGB value is (188,102,173). Sum of RGB (Red+Green+Blue) = 188+102+173=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66AD is #439952. Grayscale: #878787. Windows color (decimal): -4430163 or 11364028. OLE color: 11364028.
HSL color Cylindrical-coordinate representation of color #BC66AD: hue angle of 310.47º 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 #BC66AD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 173 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.26 |
| HSL | 310.47º | 0.39% | 0.57% | - |
| HSV(B) | 310.47º | 0.46% | 0.74% | - |
| XYZ | 33.03 | 23.21 | 42.27 | - |
| YUV | 135.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 173 | 0 | 0.46 | 0.08 | 0.26 | 310.47 | 0.39 | 0.57 |
| Hex | BC | 66 | AD | 0 | 2E | 8 | 1A | 136 | 27 | 39 |
| Octal | 274 | 146 | 255 | 0 | 56 | 10 | 32 | 466 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10101101 | 0 | 101110 | 1000 | 11010 | 100110110 | 100111 | 111001 |
Color Harmonies of #BC66AD
Complementary color
Monochromatic Colors of #BC66AD
Black with #BC66AD
Text Example
Text Example
White with #BC66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66AD; }
p { color: rgb(188,102,173); }
H1.HeaderClassName
{
color: #BC66AD;
}
.AnyTagClassName
{
color: #BC66AD;
}
</style>
background-color css
<style>
a { background-color: #BC66AD; }
a { background-color: rgb(188,102,173); }
div.DivClassName
{
background-color: #BC66AD;
}
.BgClassName
{
background-color: #BC66AD;
}
</style>
border-color css
<style>
span { border-color: #BC66AD; }
span { border-color: rgb(188,102,173); }
td.TdClassName
{
border-color: #BC66AD;
}
.TagClassName
{
border-color: #BC66AD;
}
</style>