Shades of Fuchsia #BC43B7
Tints of Fuchsia #BC43B7
RGB
CMYK
RGB Variations
Color information
#BC43B7 (or 0xBC43B7) is known color: Fuchsia. HEX triplet: BC, 43 and B7. RGB value is (188,67,183). Sum of RGB (Red+Green+Blue) = 188+67+183=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43B7 is #43BC48. Grayscale: #747474. Windows color (decimal): -4439113 or 12010428. OLE color: 12010428.
HSL color Cylindrical-coordinate representation of color #BC43B7: hue angle of 302.48º 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 #BC43B7 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 183 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.26 |
| HSL | 302.48º | 0.47% | 0.5% | - |
| HSV(B) | 302.48º | 0.64% | 0.74% | - |
| XYZ | 31.29 | 18.12 | 46.65 | - |
| YUV | 116.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 183 | 0 | 0.64 | 0.03 | 0.26 | 302.48 | 0.47 | 0.5 |
| Hex | BC | 43 | B7 | 0 | 40 | 3 | 1A | 12E | 2F | 32 |
| Octal | 274 | 103 | 267 | 0 | 100 | 3 | 32 | 456 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10110111 | 0 | 1000000 | 11 | 11010 | 100101110 | 101111 | 110010 |
Color Harmonies of #BC43B7
Complementary color
Monochromatic Colors of #BC43B7
Black with #BC43B7
Text Example
Text Example
White with #BC43B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43B7; }
p { color: rgb(188,67,183); }
H1.HeaderClassName
{
color: #BC43B7;
}
.AnyTagClassName
{
color: #BC43B7;
}
</style>
background-color css
<style>
a { background-color: #BC43B7; }
a { background-color: rgb(188,67,183); }
div.DivClassName
{
background-color: #BC43B7;
}
.BgClassName
{
background-color: #BC43B7;
}
</style>
border-color css
<style>
span { border-color: #BC43B7; }
span { border-color: rgb(188,67,183); }
td.TdClassName
{
border-color: #BC43B7;
}
.TagClassName
{
border-color: #BC43B7;
}
</style>