Shades of Fuchsia #BC66AA
Tints of Fuchsia #BC66AA
RGB
CMYK
RGB Variations
Color information
#BC66AA (or 0xBC66AA) is known color: Fuchsia. HEX triplet: BC, 66 and AA. RGB value is (188,102,170). Sum of RGB (Red+Green+Blue) = 188+102+170=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66AA is #439955. Grayscale: #878787. Windows color (decimal): -4430166 or 11167420. OLE color: 11167420.
HSL color Cylindrical-coordinate representation of color #BC66AA: hue angle of 312.56º 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 #BC66AA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 170 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.26 |
| HSL | 312.56º | 0.39% | 0.57% | - |
| HSV(B) | 312.56º | 0.46% | 0.74% | - |
| XYZ | 32.75 | 23.1 | 40.76 | - |
| YUV | 135.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 170 | 0 | 0.46 | 0.10 | 0.26 | 312.56 | 0.39 | 0.57 |
| Hex | BC | 66 | AA | 0 | 2E | A | 1A | 139 | 27 | 39 |
| Octal | 274 | 146 | 252 | 0 | 56 | 12 | 32 | 471 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10101010 | 0 | 101110 | 1010 | 11010 | 100111001 | 100111 | 111001 |
Color Harmonies of #BC66AA
Complementary color
Monochromatic Colors of #BC66AA
Black with #BC66AA
Text Example
Text Example
White with #BC66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66AA; }
p { color: rgb(188,102,170); }
H1.HeaderClassName
{
color: #BC66AA;
}
.AnyTagClassName
{
color: #BC66AA;
}
</style>
background-color css
<style>
a { background-color: #BC66AA; }
a { background-color: rgb(188,102,170); }
div.DivClassName
{
background-color: #BC66AA;
}
.BgClassName
{
background-color: #BC66AA;
}
</style>
border-color css
<style>
span { border-color: #BC66AA; }
span { border-color: rgb(188,102,170); }
td.TdClassName
{
border-color: #BC66AA;
}
.TagClassName
{
border-color: #BC66AA;
}
</style>