Shades of Fuchsia #BC4AB6
Tints of Fuchsia #BC4AB6
RGB
CMYK
RGB Variations
Color information
#BC4AB6 (or 0xBC4AB6) is known color: Fuchsia. HEX triplet: BC, 4A and B6. RGB value is (188,74,182). Sum of RGB (Red+Green+Blue) = 188+74+182=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AB6 is #43B549. Grayscale: #787878. Windows color (decimal): -4437322 or 11946684. OLE color: 11946684.
HSL color Cylindrical-coordinate representation of color #BC4AB6: hue angle of 303.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4AB6 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 182 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.26 |
| HSL | 303.16º | 0.46% | 0.51% | - |
| HSV(B) | 303.16º | 0.61% | 0.74% | - |
| XYZ | 31.63 | 18.97 | 46.25 | - |
| YUV | 120.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 182 | 0 | 0.61 | 0.03 | 0.26 | 303.16 | 0.46 | 0.51 |
| Hex | BC | 4A | B6 | 0 | 3D | 3 | 1A | 12F | 2E | 33 |
| Octal | 274 | 112 | 266 | 0 | 75 | 3 | 32 | 457 | 56 | 63 |
| Binary | 10111100 | 1001010 | 10110110 | 0 | 111101 | 11 | 11010 | 100101111 | 101110 | 110011 |
Color Harmonies of #BC4AB6
Complementary color
Monochromatic Colors of #BC4AB6
Black with #BC4AB6
Text Example
Text Example
White with #BC4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4AB6; }
p { color: rgb(188,74,182); }
H1.HeaderClassName
{
color: #BC4AB6;
}
.AnyTagClassName
{
color: #BC4AB6;
}
</style>
background-color css
<style>
a { background-color: #BC4AB6; }
a { background-color: rgb(188,74,182); }
div.DivClassName
{
background-color: #BC4AB6;
}
.BgClassName
{
background-color: #BC4AB6;
}
</style>
border-color css
<style>
span { border-color: #BC4AB6; }
span { border-color: rgb(188,74,182); }
td.TdClassName
{
border-color: #BC4AB6;
}
.TagClassName
{
border-color: #BC4AB6;
}
</style>