Shades of Fuchsia #BC43C7
Tints of Fuchsia #BC43C7
RGB
CMYK
RGB Variations
Color information
#BC43C7 (or 0xBC43C7) is known color: Fuchsia. HEX triplet: BC, 43 and C7. RGB value is (188,67,199). Sum of RGB (Red+Green+Blue) = 188+67+199=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC43C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43C7 is #43BC38. Grayscale: #757575. Windows color (decimal): -4439097 or 13059004. OLE color: 13059004.
HSL color Cylindrical-coordinate representation of color #BC43C7: hue angle of 295º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC43C7 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 67 | 199 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.22 |
| HSL | 295º | 0.54% | 0.52% | - |
| HSV(B) | 295º | 0.66% | 0.78% | - |
| XYZ | 33.06 | 18.83 | 55.93 | - |
| YUV | 118.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 199 | 0.06 | 0.66 | 0 | 0.22 | 295 | 0.54 | 0.52 |
| Hex | BC | 43 | C7 | 6 | 42 | 0 | 16 | 127 | 36 | 34 |
| Octal | 274 | 103 | 307 | 6 | 102 | 0 | 26 | 447 | 66 | 64 |
| Binary | 10111100 | 1000011 | 11000111 | 110 | 1000010 | 0 | 10110 | 100100111 | 110110 | 110100 |
Color Harmonies of #BC43C7
Complementary color
Monochromatic Colors of #BC43C7
Black with #BC43C7
Text Example
Text Example
White with #BC43C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43C7; }
p { color: rgb(188,67,199); }
H1.HeaderClassName
{
color: #BC43C7;
}
.AnyTagClassName
{
color: #BC43C7;
}
</style>
background-color css
<style>
a { background-color: #BC43C7; }
a { background-color: rgb(188,67,199); }
div.DivClassName
{
background-color: #BC43C7;
}
.BgClassName
{
background-color: #BC43C7;
}
</style>
border-color css
<style>
span { border-color: #BC43C7; }
span { border-color: rgb(188,67,199); }
td.TdClassName
{
border-color: #BC43C7;
}
.TagClassName
{
border-color: #BC43C7;
}
</style>