Shades of Fuchsia #BC40C9
Tints of Fuchsia #BC40C9
RGB
CMYK
RGB Variations
Color information
#BC40C9 (or 0xBC40C9) is known color: Fuchsia. HEX triplet: BC, 40 and C9. RGB value is (188,64,201). Sum of RGB (Red+Green+Blue) = 188+64+201=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40C9 is #43BF36. Grayscale: #747474. Windows color (decimal): -4439863 or 13189308. OLE color: 13189308.
HSL color Cylindrical-coordinate representation of color #BC40C9: hue angle of 294.31º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC40C9 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 64 | 201 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.21 |
| HSL | 294.31º | 0.56% | 0.52% | - |
| HSV(B) | 294.31º | 0.68% | 0.79% | - |
| XYZ | 33.12 | 18.58 | 57.1 | - |
| YUV | 116.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 201 | 0.06 | 0.68 | 0 | 0.21 | 294.31 | 0.56 | 0.52 |
| Hex | BC | 40 | C9 | 6 | 44 | 0 | 15 | 126 | 38 | 34 |
| Octal | 274 | 100 | 311 | 6 | 104 | 0 | 25 | 446 | 70 | 64 |
| Binary | 10111100 | 1000000 | 11001001 | 110 | 1000100 | 0 | 10101 | 100100110 | 111000 | 110100 |
Color Harmonies of #BC40C9
Complementary color
Monochromatic Colors of #BC40C9
Black with #BC40C9
Text Example
Text Example
White with #BC40C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40C9; }
p { color: rgb(188,64,201); }
H1.HeaderClassName
{
color: #BC40C9;
}
.AnyTagClassName
{
color: #BC40C9;
}
</style>
background-color css
<style>
a { background-color: #BC40C9; }
a { background-color: rgb(188,64,201); }
div.DivClassName
{
background-color: #BC40C9;
}
.BgClassName
{
background-color: #BC40C9;
}
</style>
border-color css
<style>
span { border-color: #BC40C9; }
span { border-color: rgb(188,64,201); }
td.TdClassName
{
border-color: #BC40C9;
}
.TagClassName
{
border-color: #BC40C9;
}
</style>