Shades of Fuchsia #BC43C1
Tints of Fuchsia #BC43C1
RGB
CMYK
RGB Variations
Color information
#BC43C1 (or 0xBC43C1) is known color: Fuchsia. HEX triplet: BC, 43 and C1. RGB value is (188,67,193). Sum of RGB (Red+Green+Blue) = 188+67+193=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC43C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43C1 is #43BC3E. Grayscale: #757575. Windows color (decimal): -4439103 or 12665788. OLE color: 12665788.
HSL color Cylindrical-coordinate representation of color #BC43C1: hue angle of 297.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC43C1 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 67 | 193 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.24 |
| HSL | 297.62º | 0.5% | 0.51% | - |
| HSV(B) | 297.62º | 0.65% | 0.76% | - |
| XYZ | 32.37 | 18.56 | 52.33 | - |
| YUV | 117.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 193 | 0.03 | 0.65 | 0 | 0.24 | 297.62 | 0.5 | 0.51 |
| Hex | BC | 43 | C1 | 3 | 41 | 0 | 18 | 12A | 32 | 33 |
| Octal | 274 | 103 | 301 | 3 | 101 | 0 | 30 | 452 | 62 | 63 |
| Binary | 10111100 | 1000011 | 11000001 | 11 | 1000001 | 0 | 11000 | 100101010 | 110010 | 110011 |
Color Harmonies of #BC43C1
Complementary color
Monochromatic Colors of #BC43C1
Black with #BC43C1
Text Example
Text Example
White with #BC43C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43C1; }
p { color: rgb(188,67,193); }
H1.HeaderClassName
{
color: #BC43C1;
}
.AnyTagClassName
{
color: #BC43C1;
}
</style>
background-color css
<style>
a { background-color: #BC43C1; }
a { background-color: rgb(188,67,193); }
div.DivClassName
{
background-color: #BC43C1;
}
.BgClassName
{
background-color: #BC43C1;
}
</style>
border-color css
<style>
span { border-color: #BC43C1; }
span { border-color: rgb(188,67,193); }
td.TdClassName
{
border-color: #BC43C1;
}
.TagClassName
{
border-color: #BC43C1;
}
</style>