Shades of Fuchsia #BC3DAC
Tints of Fuchsia #BC3DAC
RGB
CMYK
RGB Variations
Color information
#BC3DAC (or 0xBC3DAC) is known color: Fuchsia. HEX triplet: BC, 3D and AC. RGB value is (188,61,172). Sum of RGB (Red+Green+Blue) = 188+61+172=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3DAC is #43C253. Grayscale: #6F6F6F. Windows color (decimal): -4440660 or 11287996. OLE color: 11287996.
HSL color Cylindrical-coordinate representation of color #BC3DAC: hue angle of 307.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3DAC is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 172 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.26 |
| HSL | 307.56º | 0.51% | 0.49% | - |
| HSV(B) | 307.56º | 0.68% | 0.74% | - |
| XYZ | 29.85 | 17.01 | 40.74 | - |
| YUV | 111.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 172 | 0 | 0.68 | 0.09 | 0.26 | 307.56 | 0.51 | 0.49 |
| Hex | BC | 3D | AC | 0 | 44 | 9 | 1A | 134 | 33 | 31 |
| Octal | 274 | 75 | 254 | 0 | 104 | 11 | 32 | 464 | 63 | 61 |
| Binary | 10111100 | 111101 | 10101100 | 0 | 1000100 | 1001 | 11010 | 100110100 | 110011 | 110001 |
Color Harmonies of #BC3DAC
Complementary color
Monochromatic Colors of #BC3DAC
Black with #BC3DAC
Text Example
Text Example
White with #BC3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DAC; }
p { color: rgb(188,61,172); }
H1.HeaderClassName
{
color: #BC3DAC;
}
.AnyTagClassName
{
color: #BC3DAC;
}
</style>
background-color css
<style>
a { background-color: #BC3DAC; }
a { background-color: rgb(188,61,172); }
div.DivClassName
{
background-color: #BC3DAC;
}
.BgClassName
{
background-color: #BC3DAC;
}
</style>
border-color css
<style>
span { border-color: #BC3DAC; }
span { border-color: rgb(188,61,172); }
td.TdClassName
{
border-color: #BC3DAC;
}
.TagClassName
{
border-color: #BC3DAC;
}
</style>