Shades of Fuchsia #BC40BB
Tints of Fuchsia #BC40BB
RGB
CMYK
RGB Variations
Color information
#BC40BB (or 0xBC40BB) is known color: Fuchsia. HEX triplet: BC, 40 and BB. RGB value is (188,64,187). Sum of RGB (Red+Green+Blue) = 188+64+187=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40BB is #43BF44. Grayscale: #727272. Windows color (decimal): -4439877 or 12271804. OLE color: 12271804.
HSL color Cylindrical-coordinate representation of color #BC40BB: hue angle of 300.48º 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 #BC40BB is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 187 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.26 |
| HSL | 300.48º | 0.49% | 0.49% | - |
| HSV(B) | 300.48º | 0.66% | 0.74% | - |
| XYZ | 31.54 | 17.95 | 48.82 | - |
| YUV | 115.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 187 | 0 | 0.66 | 0.01 | 0.26 | 300.48 | 0.49 | 0.49 |
| Hex | BC | 40 | BB | 0 | 42 | 1 | 1A | 12C | 31 | 31 |
| Octal | 274 | 100 | 273 | 0 | 102 | 1 | 32 | 454 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10111011 | 0 | 1000010 | 1 | 11010 | 100101100 | 110001 | 110001 |
Color Harmonies of #BC40BB
Complementary color
Monochromatic Colors of #BC40BB
Black with #BC40BB
Text Example
Text Example
White with #BC40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40BB; }
p { color: rgb(188,64,187); }
H1.HeaderClassName
{
color: #BC40BB;
}
.AnyTagClassName
{
color: #BC40BB;
}
</style>
background-color css
<style>
a { background-color: #BC40BB; }
a { background-color: rgb(188,64,187); }
div.DivClassName
{
background-color: #BC40BB;
}
.BgClassName
{
background-color: #BC40BB;
}
</style>
border-color css
<style>
span { border-color: #BC40BB; }
span { border-color: rgb(188,64,187); }
td.TdClassName
{
border-color: #BC40BB;
}
.TagClassName
{
border-color: #BC40BB;
}
</style>