Shades of Fuchsia #BC43A8
Tints of Fuchsia #BC43A8
RGB
CMYK
RGB Variations
Color information
#BC43A8 (or 0xBC43A8) is known color: Fuchsia. HEX triplet: BC, 43 and A8. RGB value is (188,67,168). Sum of RGB (Red+Green+Blue) = 188+67+168=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43A8 is #43BC57. Grayscale: #727272. Windows color (decimal): -4439128 or 11027388. OLE color: 11027388.
HSL color Cylindrical-coordinate representation of color #BC43A8: hue angle of 309.92º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC43A8 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 168 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.26 |
| HSL | 309.92º | 0.47% | 0.5% | - |
| HSV(B) | 309.92º | 0.64% | 0.74% | - |
| XYZ | 29.81 | 17.53 | 38.86 | - |
| YUV | 114.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 168 | 0 | 0.64 | 0.11 | 0.26 | 309.92 | 0.47 | 0.5 |
| Hex | BC | 43 | A8 | 0 | 40 | B | 1A | 136 | 2F | 32 |
| Octal | 274 | 103 | 250 | 0 | 100 | 13 | 32 | 466 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10101000 | 0 | 1000000 | 1011 | 11010 | 100110110 | 101111 | 110010 |
Color Harmonies of #BC43A8
Complementary color
Monochromatic Colors of #BC43A8
Black with #BC43A8
Text Example
Text Example
White with #BC43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43A8; }
p { color: rgb(188,67,168); }
H1.HeaderClassName
{
color: #BC43A8;
}
.AnyTagClassName
{
color: #BC43A8;
}
</style>
background-color css
<style>
a { background-color: #BC43A8; }
a { background-color: rgb(188,67,168); }
div.DivClassName
{
background-color: #BC43A8;
}
.BgClassName
{
background-color: #BC43A8;
}
</style>
border-color css
<style>
span { border-color: #BC43A8; }
span { border-color: rgb(188,67,168); }
td.TdClassName
{
border-color: #BC43A8;
}
.TagClassName
{
border-color: #BC43A8;
}
</style>