Shades of Fuchsia #BC5DC0
Tints of Fuchsia #BC5DC0
RGB
CMYK
RGB Variations
Color information
#BC5DC0 (or 0xBC5DC0) is known color: Fuchsia. HEX triplet: BC, 5D and C0. RGB value is (188,93,192). Sum of RGB (Red+Green+Blue) = 188+93+192=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC5DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DC0 is #43A23F. Grayscale: #848484. Windows color (decimal): -4432448 or 12606908. OLE color: 12606908.
HSL color Cylindrical-coordinate representation of color #BC5DC0: hue angle of 297.58º 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 #BC5DC0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 93 | 192 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.25 |
| HSL | 297.58º | 0.44% | 0.56% | - |
| HSV(B) | 297.58º | 0.52% | 0.75% | - |
| XYZ | 34.17 | 22.33 | 52.38 | - |
| YUV | 132.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 192 | 0.02 | 0.52 | 0 | 0.25 | 297.58 | 0.44 | 0.56 |
| Hex | BC | 5D | C0 | 2 | 34 | 0 | 19 | 12A | 2C | 38 |
| Octal | 274 | 135 | 300 | 2 | 64 | 0 | 31 | 452 | 54 | 70 |
| Binary | 10111100 | 1011101 | 11000000 | 10 | 110100 | 0 | 11001 | 100101010 | 101100 | 111000 |
Color Harmonies of #BC5DC0
Complementary color
Monochromatic Colors of #BC5DC0
Black with #BC5DC0
Text Example
Text Example
White with #BC5DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DC0; }
p { color: rgb(188,93,192); }
H1.HeaderClassName
{
color: #BC5DC0;
}
.AnyTagClassName
{
color: #BC5DC0;
}
</style>
background-color css
<style>
a { background-color: #BC5DC0; }
a { background-color: rgb(188,93,192); }
div.DivClassName
{
background-color: #BC5DC0;
}
.BgClassName
{
background-color: #BC5DC0;
}
</style>
border-color css
<style>
span { border-color: #BC5DC0; }
span { border-color: rgb(188,93,192); }
td.TdClassName
{
border-color: #BC5DC0;
}
.TagClassName
{
border-color: #BC5DC0;
}
</style>