Shades of Fuchsia #BC40BA
Tints of Fuchsia #BC40BA
RGB
CMYK
RGB Variations
Color information
#BC40BA (or 0xBC40BA) is known color: Fuchsia. HEX triplet: BC, 40 and BA. RGB value is (188,64,186). Sum of RGB (Red+Green+Blue) = 188+64+186=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40BA is #43BF45. Grayscale: #727272. Windows color (decimal): -4439878 or 12206268. OLE color: 12206268.
HSL color Cylindrical-coordinate representation of color #BC40BA: hue angle of 300.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC40BA is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 186 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.26 |
| HSL | 300.97º | 0.49% | 0.49% | - |
| HSV(B) | 300.97º | 0.66% | 0.74% | - |
| XYZ | 31.44 | 17.9 | 48.25 | - |
| YUV | 114.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 186 | 0 | 0.66 | 0.01 | 0.26 | 300.97 | 0.49 | 0.49 |
| Hex | BC | 40 | BA | 0 | 42 | 1 | 1A | 12D | 31 | 31 |
| Octal | 274 | 100 | 272 | 0 | 102 | 1 | 32 | 455 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10111010 | 0 | 1000010 | 1 | 11010 | 100101101 | 110001 | 110001 |
Color Harmonies of #BC40BA
Complementary color
Monochromatic Colors of #BC40BA
Black with #BC40BA
Text Example
Text Example
White with #BC40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40BA; }
p { color: rgb(188,64,186); }
H1.HeaderClassName
{
color: #BC40BA;
}
.AnyTagClassName
{
color: #BC40BA;
}
</style>
background-color css
<style>
a { background-color: #BC40BA; }
a { background-color: rgb(188,64,186); }
div.DivClassName
{
background-color: #BC40BA;
}
.BgClassName
{
background-color: #BC40BA;
}
</style>
border-color css
<style>
span { border-color: #BC40BA; }
span { border-color: rgb(188,64,186); }
td.TdClassName
{
border-color: #BC40BA;
}
.TagClassName
{
border-color: #BC40BA;
}
</style>