Shades of Fuchsia #BC5CC0
Tints of Fuchsia #BC5CC0
RGB
CMYK
RGB Variations
Color information
#BC5CC0 (or 0xBC5CC0) is known color: Fuchsia. HEX triplet: BC, 5C and C0. RGB value is (188,92,192). Sum of RGB (Red+Green+Blue) = 188+92+192=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC5CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CC0 is #43A33F. Grayscale: #838383. Windows color (decimal): -4432704 or 12606652. OLE color: 12606652.
HSL color Cylindrical-coordinate representation of color #BC5CC0: hue angle of 297.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5CC0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 92 | 192 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.25 |
| HSL | 297.6º | 0.44% | 0.56% | - |
| HSV(B) | 297.6º | 0.52% | 0.75% | - |
| XYZ | 34.08 | 22.15 | 52.35 | - |
| YUV | 132.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 192 | 0.02 | 0.52 | 0 | 0.25 | 297.6 | 0.44 | 0.56 |
| Hex | BC | 5C | C0 | 2 | 34 | 0 | 19 | 12A | 2C | 38 |
| Octal | 274 | 134 | 300 | 2 | 64 | 0 | 31 | 452 | 54 | 70 |
| Binary | 10111100 | 1011100 | 11000000 | 10 | 110100 | 0 | 11001 | 100101010 | 101100 | 111000 |
Color Harmonies of #BC5CC0
Complementary color
Monochromatic Colors of #BC5CC0
Black with #BC5CC0
Text Example
Text Example
White with #BC5CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CC0; }
p { color: rgb(188,92,192); }
H1.HeaderClassName
{
color: #BC5CC0;
}
.AnyTagClassName
{
color: #BC5CC0;
}
</style>
background-color css
<style>
a { background-color: #BC5CC0; }
a { background-color: rgb(188,92,192); }
div.DivClassName
{
background-color: #BC5CC0;
}
.BgClassName
{
background-color: #BC5CC0;
}
</style>
border-color css
<style>
span { border-color: #BC5CC0; }
span { border-color: rgb(188,92,192); }
td.TdClassName
{
border-color: #BC5CC0;
}
.TagClassName
{
border-color: #BC5CC0;
}
</style>