Shades of Fuchsia #BC3AB4
Tints of Fuchsia #BC3AB4
RGB
CMYK
RGB Variations
Color information
#BC3AB4 (or 0xBC3AB4) is known color: Fuchsia. HEX triplet: BC, 3A and B4. RGB value is (188,58,180). Sum of RGB (Red+Green+Blue) = 188+58+180=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3AB4 is #43C54B. Grayscale: #6E6E6E. Windows color (decimal): -4441420 or 11811516. OLE color: 11811516.
HSL color Cylindrical-coordinate representation of color #BC3AB4: hue angle of 303.69º 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 #BC3AB4 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 180 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.26 |
| HSL | 303.69º | 0.53% | 0.48% | - |
| HSV(B) | 303.69º | 0.69% | 0.74% | - |
| XYZ | 30.49 | 17.01 | 44.86 | - |
| YUV | 110.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 180 | 0 | 0.69 | 0.04 | 0.26 | 303.69 | 0.53 | 0.48 |
| Hex | BC | 3A | B4 | 0 | 45 | 4 | 1A | 130 | 35 | 30 |
| Octal | 274 | 72 | 264 | 0 | 105 | 4 | 32 | 460 | 65 | 60 |
| Binary | 10111100 | 111010 | 10110100 | 0 | 1000101 | 100 | 11010 | 100110000 | 110101 | 110000 |
Color Harmonies of #BC3AB4
Complementary color
Monochromatic Colors of #BC3AB4
Black with #BC3AB4
Text Example
Text Example
White with #BC3AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AB4; }
p { color: rgb(188,58,180); }
H1.HeaderClassName
{
color: #BC3AB4;
}
.AnyTagClassName
{
color: #BC3AB4;
}
</style>
background-color css
<style>
a { background-color: #BC3AB4; }
a { background-color: rgb(188,58,180); }
div.DivClassName
{
background-color: #BC3AB4;
}
.BgClassName
{
background-color: #BC3AB4;
}
</style>
border-color css
<style>
span { border-color: #BC3AB4; }
span { border-color: rgb(188,58,180); }
td.TdClassName
{
border-color: #BC3AB4;
}
.TagClassName
{
border-color: #BC3AB4;
}
</style>