Shades of Fuchsia #BC3AAC
Tints of Fuchsia #BC3AAC
RGB
CMYK
RGB Variations
Color information
#BC3AAC (or 0xBC3AAC) is known color: Fuchsia. HEX triplet: BC, 3A and AC. RGB value is (188,58,172). Sum of RGB (Red+Green+Blue) = 188+58+172=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3AAC is #43C553. Grayscale: #6D6D6D. Windows color (decimal): -4441428 or 11287228. OLE color: 11287228.
HSL color Cylindrical-coordinate representation of color #BC3AAC: hue angle of 307.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3AAC is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 172 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.26 |
| HSL | 307.38º | 0.53% | 0.48% | - |
| HSV(B) | 307.38º | 0.69% | 0.74% | - |
| XYZ | 29.7 | 16.7 | 40.69 | - |
| YUV | 109.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 172 | 0 | 0.69 | 0.09 | 0.26 | 307.38 | 0.53 | 0.48 |
| Hex | BC | 3A | AC | 0 | 45 | 9 | 1A | 133 | 35 | 30 |
| Octal | 274 | 72 | 254 | 0 | 105 | 11 | 32 | 463 | 65 | 60 |
| Binary | 10111100 | 111010 | 10101100 | 0 | 1000101 | 1001 | 11010 | 100110011 | 110101 | 110000 |
Color Harmonies of #BC3AAC
Complementary color
Monochromatic Colors of #BC3AAC
Black with #BC3AAC
Text Example
Text Example
White with #BC3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AAC; }
p { color: rgb(188,58,172); }
H1.HeaderClassName
{
color: #BC3AAC;
}
.AnyTagClassName
{
color: #BC3AAC;
}
</style>
background-color css
<style>
a { background-color: #BC3AAC; }
a { background-color: rgb(188,58,172); }
div.DivClassName
{
background-color: #BC3AAC;
}
.BgClassName
{
background-color: #BC3AAC;
}
</style>
border-color css
<style>
span { border-color: #BC3AAC; }
span { border-color: rgb(188,58,172); }
td.TdClassName
{
border-color: #BC3AAC;
}
.TagClassName
{
border-color: #BC3AAC;
}
</style>