Shades of Fuchsia #BC40C7
Tints of Fuchsia #BC40C7
RGB
CMYK
RGB Variations
Color information
#BC40C7 (or 0xBC40C7) is known color: Fuchsia. HEX triplet: BC, 40 and C7. RGB value is (188,64,199). Sum of RGB (Red+Green+Blue) = 188+64+199=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC40C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40C7 is #43BF38. Grayscale: #747474. Windows color (decimal): -4439865 or 13058236. OLE color: 13058236.
HSL color Cylindrical-coordinate representation of color #BC40C7: hue angle of 295.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC40C7 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 64 | 199 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.22 |
| HSL | 295.11º | 0.55% | 0.52% | - |
| HSV(B) | 295.11º | 0.68% | 0.78% | - |
| XYZ | 32.88 | 18.48 | 55.87 | - |
| YUV | 116.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 199 | 0.06 | 0.68 | 0 | 0.22 | 295.11 | 0.55 | 0.52 |
| Hex | BC | 40 | C7 | 6 | 44 | 0 | 16 | 127 | 37 | 34 |
| Octal | 274 | 100 | 307 | 6 | 104 | 0 | 26 | 447 | 67 | 64 |
| Binary | 10111100 | 1000000 | 11000111 | 110 | 1000100 | 0 | 10110 | 100100111 | 110111 | 110100 |
Color Harmonies of #BC40C7
Complementary color
Monochromatic Colors of #BC40C7
Black with #BC40C7
Text Example
Text Example
White with #BC40C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40C7; }
p { color: rgb(188,64,199); }
H1.HeaderClassName
{
color: #BC40C7;
}
.AnyTagClassName
{
color: #BC40C7;
}
</style>
background-color css
<style>
a { background-color: #BC40C7; }
a { background-color: rgb(188,64,199); }
div.DivClassName
{
background-color: #BC40C7;
}
.BgClassName
{
background-color: #BC40C7;
}
</style>
border-color css
<style>
span { border-color: #BC40C7; }
span { border-color: rgb(188,64,199); }
td.TdClassName
{
border-color: #BC40C7;
}
.TagClassName
{
border-color: #BC40C7;
}
</style>