Shades of Fuchsia #BC63AC
Tints of Fuchsia #BC63AC
RGB
CMYK
RGB Variations
Color information
#BC63AC (or 0xBC63AC) is known color: Fuchsia. HEX triplet: BC, 63 and AC. RGB value is (188,99,172). Sum of RGB (Red+Green+Blue) = 188+99+172=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63AC is #439C53. Grayscale: #858585. Windows color (decimal): -4430932 or 11297724. OLE color: 11297724.
HSL color Cylindrical-coordinate representation of color #BC63AC: hue angle of 310.79º 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 #BC63AC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 172 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.26 |
| HSL | 310.79º | 0.4% | 0.56% | - |
| HSV(B) | 310.79º | 0.47% | 0.74% | - |
| XYZ | 32.65 | 22.59 | 41.67 | - |
| YUV | 133.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 172 | 0 | 0.47 | 0.09 | 0.26 | 310.79 | 0.4 | 0.56 |
| Hex | BC | 63 | AC | 0 | 2F | 9 | 1A | 137 | 28 | 38 |
| Octal | 274 | 143 | 254 | 0 | 57 | 11 | 32 | 467 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10101100 | 0 | 101111 | 1001 | 11010 | 100110111 | 101000 | 111000 |
Color Harmonies of #BC63AC
Complementary color
Monochromatic Colors of #BC63AC
Black with #BC63AC
Text Example
Text Example
White with #BC63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63AC; }
p { color: rgb(188,99,172); }
H1.HeaderClassName
{
color: #BC63AC;
}
.AnyTagClassName
{
color: #BC63AC;
}
</style>
background-color css
<style>
a { background-color: #BC63AC; }
a { background-color: rgb(188,99,172); }
div.DivClassName
{
background-color: #BC63AC;
}
.BgClassName
{
background-color: #BC63AC;
}
</style>
border-color css
<style>
span { border-color: #BC63AC; }
span { border-color: rgb(188,99,172); }
td.TdClassName
{
border-color: #BC63AC;
}
.TagClassName
{
border-color: #BC63AC;
}
</style>