Shades of Fuchsia #BC43AA
Tints of Fuchsia #BC43AA
RGB
CMYK
RGB Variations
Color information
#BC43AA (or 0xBC43AA) is known color: Fuchsia. HEX triplet: BC, 43 and AA. RGB value is (188,67,170). Sum of RGB (Red+Green+Blue) = 188+67+170=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43AA is #43BC55. Grayscale: #727272. Windows color (decimal): -4439126 or 11158460. OLE color: 11158460.
HSL color Cylindrical-coordinate representation of color #BC43AA: hue angle of 308.93º 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 #BC43AA is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 170 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.26 |
| HSL | 308.93º | 0.47% | 0.5% | - |
| HSV(B) | 308.93º | 0.64% | 0.74% | - |
| XYZ | 30 | 17.61 | 39.85 | - |
| YUV | 114.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 170 | 0 | 0.64 | 0.10 | 0.26 | 308.93 | 0.47 | 0.5 |
| Hex | BC | 43 | AA | 0 | 40 | A | 1A | 135 | 2F | 32 |
| Octal | 274 | 103 | 252 | 0 | 100 | 12 | 32 | 465 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10101010 | 0 | 1000000 | 1010 | 11010 | 100110101 | 101111 | 110010 |
Color Harmonies of #BC43AA
Complementary color
Monochromatic Colors of #BC43AA
Black with #BC43AA
Text Example
Text Example
White with #BC43AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43AA; }
p { color: rgb(188,67,170); }
H1.HeaderClassName
{
color: #BC43AA;
}
.AnyTagClassName
{
color: #BC43AA;
}
</style>
background-color css
<style>
a { background-color: #BC43AA; }
a { background-color: rgb(188,67,170); }
div.DivClassName
{
background-color: #BC43AA;
}
.BgClassName
{
background-color: #BC43AA;
}
</style>
border-color css
<style>
span { border-color: #BC43AA; }
span { border-color: rgb(188,67,170); }
td.TdClassName
{
border-color: #BC43AA;
}
.TagClassName
{
border-color: #BC43AA;
}
</style>