Shades of Fuchsia #BC2DC8
Tints of Fuchsia #BC2DC8
RGB
CMYK
RGB Variations
Color information
#BC2DC8 (or 0xBC2DC8) is known color: Fuchsia. HEX triplet: BC, 2D and C8. RGB value is (188,45,200). Sum of RGB (Red+Green+Blue) = 188+45+200=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC2DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DC8 is #43D237. Grayscale: #686868. Windows color (decimal): -4444728 or 13118908. OLE color: 13118908.
HSL color Cylindrical-coordinate representation of color #BC2DC8: hue angle of 295.35º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2DC8 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 45 | 200 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.22 |
| HSL | 295.35º | 0.63% | 0.48% | - |
| HSV(B) | 295.35º | 0.78% | 0.78% | - |
| XYZ | 32.1 | 16.74 | 56.18 | - |
| YUV | 105.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 200 | 0.06 | 0.78 | 0 | 0.22 | 295.35 | 0.63 | 0.48 |
| Hex | BC | 2D | C8 | 6 | 4E | 0 | 16 | 127 | 3F | 30 |
| Octal | 274 | 55 | 310 | 6 | 116 | 0 | 26 | 447 | 77 | 60 |
| Binary | 10111100 | 101101 | 11001000 | 110 | 1001110 | 0 | 10110 | 100100111 | 111111 | 110000 |
Color Harmonies of #BC2DC8
Complementary color
Monochromatic Colors of #BC2DC8
Black with #BC2DC8
Text Example
Text Example
White with #BC2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DC8; }
p { color: rgb(188,45,200); }
H1.HeaderClassName
{
color: #BC2DC8;
}
.AnyTagClassName
{
color: #BC2DC8;
}
</style>
background-color css
<style>
a { background-color: #BC2DC8; }
a { background-color: rgb(188,45,200); }
div.DivClassName
{
background-color: #BC2DC8;
}
.BgClassName
{
background-color: #BC2DC8;
}
</style>
border-color css
<style>
span { border-color: #BC2DC8; }
span { border-color: rgb(188,45,200); }
td.TdClassName
{
border-color: #BC2DC8;
}
.TagClassName
{
border-color: #BC2DC8;
}
</style>