Shades of Fuchsia #BC3CAA
Tints of Fuchsia #BC3CAA
RGB
CMYK
RGB Variations
Color information
#BC3CAA (or 0xBC3CAA) is known color: Fuchsia. HEX triplet: BC, 3C and AA. RGB value is (188,60,170). Sum of RGB (Red+Green+Blue) = 188+60+170=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3CAA is #43C355. Grayscale: #6E6E6E. Windows color (decimal): -4440918 or 11156668. OLE color: 11156668.
HSL color Cylindrical-coordinate representation of color #BC3CAA: hue angle of 308.44º degrees, saturation: 0.52, 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 #BC3CAA is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 170 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.26 |
| HSL | 308.44º | 0.52% | 0.49% | - |
| HSV(B) | 308.44º | 0.68% | 0.74% | - |
| XYZ | 29.61 | 16.83 | 39.72 | - |
| YUV | 110.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 170 | 0 | 0.68 | 0.10 | 0.26 | 308.44 | 0.52 | 0.49 |
| Hex | BC | 3C | AA | 0 | 44 | A | 1A | 134 | 34 | 31 |
| Octal | 274 | 74 | 252 | 0 | 104 | 12 | 32 | 464 | 64 | 61 |
| Binary | 10111100 | 111100 | 10101010 | 0 | 1000100 | 1010 | 11010 | 100110100 | 110100 | 110001 |
Color Harmonies of #BC3CAA
Complementary color
Monochromatic Colors of #BC3CAA
Black with #BC3CAA
Text Example
Text Example
White with #BC3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CAA; }
p { color: rgb(188,60,170); }
H1.HeaderClassName
{
color: #BC3CAA;
}
.AnyTagClassName
{
color: #BC3CAA;
}
</style>
background-color css
<style>
a { background-color: #BC3CAA; }
a { background-color: rgb(188,60,170); }
div.DivClassName
{
background-color: #BC3CAA;
}
.BgClassName
{
background-color: #BC3CAA;
}
</style>
border-color css
<style>
span { border-color: #BC3CAA; }
span { border-color: rgb(188,60,170); }
td.TdClassName
{
border-color: #BC3CAA;
}
.TagClassName
{
border-color: #BC3CAA;
}
</style>