Shades of Fuchsia #BC40BE
Tints of Fuchsia #BC40BE
RGB
CMYK
RGB Variations
Color information
#BC40BE (or 0xBC40BE) is known color: Fuchsia. HEX triplet: BC, 40 and BE. RGB value is (188,64,190). Sum of RGB (Red+Green+Blue) = 188+64+190=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40BE is #43BF41. Grayscale: #737373. Windows color (decimal): -4439874 or 12468412. OLE color: 12468412.
HSL color Cylindrical-coordinate representation of color #BC40BE: hue angle of 299.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC40BE is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 64 | 190 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.25 |
| HSL | 299.05º | 0.5% | 0.5% | - |
| HSV(B) | 299.05º | 0.66% | 0.75% | - |
| XYZ | 31.87 | 18.08 | 50.52 | - |
| YUV | 115.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 190 | 0.01 | 0.66 | 0 | 0.25 | 299.05 | 0.5 | 0.5 |
| Hex | BC | 40 | BE | 1 | 42 | 0 | 19 | 12B | 32 | 32 |
| Octal | 274 | 100 | 276 | 1 | 102 | 0 | 31 | 453 | 62 | 62 |
| Binary | 10111100 | 1000000 | 10111110 | 1 | 1000010 | 0 | 11001 | 100101011 | 110010 | 110010 |
Color Harmonies of #BC40BE
Complementary color
Monochromatic Colors of #BC40BE
Black with #BC40BE
Text Example
Text Example
White with #BC40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40BE; }
p { color: rgb(188,64,190); }
H1.HeaderClassName
{
color: #BC40BE;
}
.AnyTagClassName
{
color: #BC40BE;
}
</style>
background-color css
<style>
a { background-color: #BC40BE; }
a { background-color: rgb(188,64,190); }
div.DivClassName
{
background-color: #BC40BE;
}
.BgClassName
{
background-color: #BC40BE;
}
</style>
border-color css
<style>
span { border-color: #BC40BE; }
span { border-color: rgb(188,64,190); }
td.TdClassName
{
border-color: #BC40BE;
}
.TagClassName
{
border-color: #BC40BE;
}
</style>