Shades of Fuchsia #BC44AA
Tints of Fuchsia #BC44AA
RGB
CMYK
RGB Variations
Color information
#BC44AA (or 0xBC44AA) is known color: Fuchsia. HEX triplet: BC, 44 and AA. RGB value is (188,68,170). Sum of RGB (Red+Green+Blue) = 188+68+170=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44AA is #43BB55. Grayscale: #737373. Windows color (decimal): -4438870 or 11158716. OLE color: 11158716.
HSL color Cylindrical-coordinate representation of color #BC44AA: hue angle of 309º 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 #BC44AA is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 170 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.26 |
| HSL | 309º | 0.47% | 0.5% | - |
| HSV(B) | 309º | 0.64% | 0.74% | - |
| XYZ | 30.06 | 17.73 | 39.87 | - |
| YUV | 115.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 170 | 0 | 0.64 | 0.10 | 0.26 | 309 | 0.47 | 0.5 |
| Hex | BC | 44 | AA | 0 | 40 | A | 1A | 135 | 2F | 32 |
| Octal | 274 | 104 | 252 | 0 | 100 | 12 | 32 | 465 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10101010 | 0 | 1000000 | 1010 | 11010 | 100110101 | 101111 | 110010 |
Color Harmonies of #BC44AA
Complementary color
Monochromatic Colors of #BC44AA
Black with #BC44AA
Text Example
Text Example
White with #BC44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44AA; }
p { color: rgb(188,68,170); }
H1.HeaderClassName
{
color: #BC44AA;
}
.AnyTagClassName
{
color: #BC44AA;
}
</style>
background-color css
<style>
a { background-color: #BC44AA; }
a { background-color: rgb(188,68,170); }
div.DivClassName
{
background-color: #BC44AA;
}
.BgClassName
{
background-color: #BC44AA;
}
</style>
border-color css
<style>
span { border-color: #BC44AA; }
span { border-color: rgb(188,68,170); }
td.TdClassName
{
border-color: #BC44AA;
}
.TagClassName
{
border-color: #BC44AA;
}
</style>