Shades of Fuchsia #BC4BA9
Tints of Fuchsia #BC4BA9
RGB
CMYK
RGB Variations
Color information
#BC4BA9 (or 0xBC4BA9) is known color: Fuchsia. HEX triplet: BC, 4B and A9. RGB value is (188,75,169). Sum of RGB (Red+Green+Blue) = 188+75+169=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BA9 is #43B456. Grayscale: #777777. Windows color (decimal): -4437079 or 11094972. OLE color: 11094972.
HSL color Cylindrical-coordinate representation of color #BC4BA9: hue angle of 310.09º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4BA9 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 169 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.26 |
| HSL | 310.09º | 0.46% | 0.52% | - |
| HSV(B) | 310.09º | 0.6% | 0.74% | - |
| XYZ | 30.42 | 18.59 | 39.52 | - |
| YUV | 119.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 169 | 0 | 0.60 | 0.10 | 0.26 | 310.09 | 0.46 | 0.52 |
| Hex | BC | 4B | A9 | 0 | 3C | A | 1A | 136 | 2E | 34 |
| Octal | 274 | 113 | 251 | 0 | 74 | 12 | 32 | 466 | 56 | 64 |
| Binary | 10111100 | 1001011 | 10101001 | 0 | 111100 | 1010 | 11010 | 100110110 | 101110 | 110100 |
Color Harmonies of #BC4BA9
Complementary color
Monochromatic Colors of #BC4BA9
Black with #BC4BA9
Text Example
Text Example
White with #BC4BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BA9; }
p { color: rgb(188,75,169); }
H1.HeaderClassName
{
color: #BC4BA9;
}
.AnyTagClassName
{
color: #BC4BA9;
}
</style>
background-color css
<style>
a { background-color: #BC4BA9; }
a { background-color: rgb(188,75,169); }
div.DivClassName
{
background-color: #BC4BA9;
}
.BgClassName
{
background-color: #BC4BA9;
}
</style>
border-color css
<style>
span { border-color: #BC4BA9; }
span { border-color: rgb(188,75,169); }
td.TdClassName
{
border-color: #BC4BA9;
}
.TagClassName
{
border-color: #BC4BA9;
}
</style>