Shades of Fuchsia #BC64AC
Tints of Fuchsia #BC64AC
RGB
CMYK
RGB Variations
Color information
#BC64AC (or 0xBC64AC) is known color: Fuchsia. HEX triplet: BC, 64 and AC. RGB value is (188,100,172). Sum of RGB (Red+Green+Blue) = 188+100+172=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC64AC is #439B53. Grayscale: #868686. Windows color (decimal): -4430676 or 11297980. OLE color: 11297980.
HSL color Cylindrical-coordinate representation of color #BC64AC: hue angle of 310.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC64AC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 172 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.26 |
| HSL | 310.91º | 0.4% | 0.56% | - |
| HSV(B) | 310.91º | 0.47% | 0.74% | - |
| XYZ | 32.74 | 22.78 | 41.7 | - |
| YUV | 134.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 172 | 0 | 0.47 | 0.09 | 0.26 | 310.91 | 0.4 | 0.56 |
| Hex | BC | 64 | AC | 0 | 2F | 9 | 1A | 137 | 28 | 38 |
| Octal | 274 | 144 | 254 | 0 | 57 | 11 | 32 | 467 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10101100 | 0 | 101111 | 1001 | 11010 | 100110111 | 101000 | 111000 |
Color Harmonies of #BC64AC
Complementary color
Monochromatic Colors of #BC64AC
Black with #BC64AC
Text Example
Text Example
White with #BC64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64AC; }
p { color: rgb(188,100,172); }
H1.HeaderClassName
{
color: #BC64AC;
}
.AnyTagClassName
{
color: #BC64AC;
}
</style>
background-color css
<style>
a { background-color: #BC64AC; }
a { background-color: rgb(188,100,172); }
div.DivClassName
{
background-color: #BC64AC;
}
.BgClassName
{
background-color: #BC64AC;
}
</style>
border-color css
<style>
span { border-color: #BC64AC; }
span { border-color: rgb(188,100,172); }
td.TdClassName
{
border-color: #BC64AC;
}
.TagClassName
{
border-color: #BC64AC;
}
</style>