Shades of Fuchsia #BC43BC
Tints of Fuchsia #BC43BC
RGB
CMYK
RGB Variations
Color information
#BC43BC (or 0xBC43BC) is known color: Fuchsia. HEX triplet: BC, 43 and BC. RGB value is (188,67,188). Sum of RGB (Red+Green+Blue) = 188+67+188=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43BC is #43BC43. Grayscale: #747474. Windows color (decimal): -4439108 or 12338108. OLE color: 12338108.
HSL color Cylindrical-coordinate representation of color #BC43BC: hue angle of 300º 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 #BC43BC is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 188 | - |
| CMYK | 0 | 0.64 | 0 | 0.26 |
| HSL | 300º | 0.47% | 0.5% | - |
| HSV(B) | 300º | 0.64% | 0.74% | - |
| XYZ | 31.82 | 18.34 | 49.44 | - |
| YUV | 116.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 188 | 0 | 0.64 | 0 | 0.26 | 300 | 0.47 | 0.5 |
| Hex | BC | 43 | BC | 0 | 40 | 0 | 1A | 12C | 2F | 32 |
| Octal | 274 | 103 | 274 | 0 | 100 | 0 | 32 | 454 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10111100 | 0 | 1000000 | 0 | 11010 | 100101100 | 101111 | 110010 |
Color Harmonies of #BC43BC
Complementary color
Monochromatic Colors of #BC43BC
Black with #BC43BC
Text Example
Text Example
White with #BC43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43BC; }
p { color: rgb(188,67,188); }
H1.HeaderClassName
{
color: #BC43BC;
}
.AnyTagClassName
{
color: #BC43BC;
}
</style>
background-color css
<style>
a { background-color: #BC43BC; }
a { background-color: rgb(188,67,188); }
div.DivClassName
{
background-color: #BC43BC;
}
.BgClassName
{
background-color: #BC43BC;
}
</style>
border-color css
<style>
span { border-color: #BC43BC; }
span { border-color: rgb(188,67,188); }
td.TdClassName
{
border-color: #BC43BC;
}
.TagClassName
{
border-color: #BC43BC;
}
</style>