Shades of Fuchsia #BC4FA5
Tints of Fuchsia #BC4FA5
RGB
CMYK
RGB Variations
Color information
#BC4FA5 (or 0xBC4FA5) is known color: Fuchsia. HEX triplet: BC, 4F and A5. RGB value is (188,79,165). Sum of RGB (Red+Green+Blue) = 188+79+165=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4FA5 is #43B05A. Grayscale: #797979. Windows color (decimal): -4436059 or 10833852. OLE color: 10833852.
HSL color Cylindrical-coordinate representation of color #BC4FA5: hue angle of 312.66º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FA5 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 165 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.26 |
| HSL | 312.66º | 0.45% | 0.52% | - |
| HSV(B) | 312.66º | 0.58% | 0.74% | - |
| XYZ | 30.33 | 19 | 37.67 | - |
| YUV | 121.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 165 | 0 | 0.58 | 0.12 | 0.26 | 312.66 | 0.45 | 0.52 |
| Hex | BC | 4F | A5 | 0 | 3A | C | 1A | 139 | 2D | 34 |
| Octal | 274 | 117 | 245 | 0 | 72 | 14 | 32 | 471 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10100101 | 0 | 111010 | 1100 | 11010 | 100111001 | 101101 | 110100 |
Color Harmonies of #BC4FA5
Complementary color
Monochromatic Colors of #BC4FA5
Black with #BC4FA5
Text Example
Text Example
White with #BC4FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FA5; }
p { color: rgb(188,79,165); }
H1.HeaderClassName
{
color: #BC4FA5;
}
.AnyTagClassName
{
color: #BC4FA5;
}
</style>
background-color css
<style>
a { background-color: #BC4FA5; }
a { background-color: rgb(188,79,165); }
div.DivClassName
{
background-color: #BC4FA5;
}
.BgClassName
{
background-color: #BC4FA5;
}
</style>
border-color css
<style>
span { border-color: #BC4FA5; }
span { border-color: rgb(188,79,165); }
td.TdClassName
{
border-color: #BC4FA5;
}
.TagClassName
{
border-color: #BC4FA5;
}
</style>