Shades of Fuchsia #BC5EBC
Tints of Fuchsia #BC5EBC
RGB
CMYK
RGB Variations
Color information
#BC5EBC (or 0xBC5EBC) is known color: Fuchsia. HEX triplet: BC, 5E and BC. RGB value is (188,94,188). Sum of RGB (Red+Green+Blue) = 188+94+188=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EBC is #43A143. Grayscale: #848484. Windows color (decimal): -4432196 or 12345020. OLE color: 12345020.
HSL color Cylindrical-coordinate representation of color #BC5EBC: hue angle of 300º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5EBC is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 188 | - |
| CMYK | 0 | 0.50 | 0 | 0.26 |
| HSL | 300º | 0.41% | 0.55% | - |
| HSV(B) | 300º | 0.5% | 0.74% | - |
| XYZ | 33.82 | 22.33 | 50.1 | - |
| YUV | 132.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 188 | 0 | 0.50 | 0 | 0.26 | 300 | 0.41 | 0.55 |
| Hex | BC | 5E | BC | 0 | 32 | 0 | 1A | 12C | 29 | 37 |
| Octal | 274 | 136 | 274 | 0 | 62 | 0 | 32 | 454 | 51 | 67 |
| Binary | 10111100 | 1011110 | 10111100 | 0 | 110010 | 0 | 11010 | 100101100 | 101001 | 110111 |
Color Harmonies of #BC5EBC
Complementary color
Monochromatic Colors of #BC5EBC
Black with #BC5EBC
Text Example
Text Example
White with #BC5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EBC; }
p { color: rgb(188,94,188); }
H1.HeaderClassName
{
color: #BC5EBC;
}
.AnyTagClassName
{
color: #BC5EBC;
}
</style>
background-color css
<style>
a { background-color: #BC5EBC; }
a { background-color: rgb(188,94,188); }
div.DivClassName
{
background-color: #BC5EBC;
}
.BgClassName
{
background-color: #BC5EBC;
}
</style>
border-color css
<style>
span { border-color: #BC5EBC; }
span { border-color: rgb(188,94,188); }
td.TdClassName
{
border-color: #BC5EBC;
}
.TagClassName
{
border-color: #BC5EBC;
}
</style>