Shades of Fuchsia #BC40B7
Tints of Fuchsia #BC40B7
RGB
CMYK
RGB Variations
Color information
#BC40B7 (or 0xBC40B7) is known color: Fuchsia. HEX triplet: BC, 40 and B7. RGB value is (188,64,183). Sum of RGB (Red+Green+Blue) = 188+64+183=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40B7 is #43BF48. Grayscale: #727272. Windows color (decimal): -4439881 or 12009660. OLE color: 12009660.
HSL color Cylindrical-coordinate representation of color #BC40B7: hue angle of 302.42º 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 #BC40B7 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 183 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.26 |
| HSL | 302.42º | 0.49% | 0.49% | - |
| HSV(B) | 302.42º | 0.66% | 0.74% | - |
| XYZ | 31.12 | 17.78 | 46.59 | - |
| YUV | 114.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 183 | 0 | 0.66 | 0.03 | 0.26 | 302.42 | 0.49 | 0.49 |
| Hex | BC | 40 | B7 | 0 | 42 | 3 | 1A | 12E | 31 | 31 |
| Octal | 274 | 100 | 267 | 0 | 102 | 3 | 32 | 456 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10110111 | 0 | 1000010 | 11 | 11010 | 100101110 | 110001 | 110001 |
Color Harmonies of #BC40B7
Complementary color
Monochromatic Colors of #BC40B7
Black with #BC40B7
Text Example
Text Example
White with #BC40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40B7; }
p { color: rgb(188,64,183); }
H1.HeaderClassName
{
color: #BC40B7;
}
.AnyTagClassName
{
color: #BC40B7;
}
</style>
background-color css
<style>
a { background-color: #BC40B7; }
a { background-color: rgb(188,64,183); }
div.DivClassName
{
background-color: #BC40B7;
}
.BgClassName
{
background-color: #BC40B7;
}
</style>
border-color css
<style>
span { border-color: #BC40B7; }
span { border-color: rgb(188,64,183); }
td.TdClassName
{
border-color: #BC40B7;
}
.TagClassName
{
border-color: #BC40B7;
}
</style>