Shades of Fuchsia #BC4DC8
Tints of Fuchsia #BC4DC8
RGB
CMYK
RGB Variations
Color information
#BC4DC8 (or 0xBC4DC8) is known color: Fuchsia. HEX triplet: BC, 4D and C8. RGB value is (188,77,200). Sum of RGB (Red+Green+Blue) = 188+77+200=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC4DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC8 is #43B237. Grayscale: #7B7B7B. Windows color (decimal): -4436536 or 13127100. OLE color: 13127100.
HSL color Cylindrical-coordinate representation of color #BC4DC8: hue angle of 294.15º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4DC8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 77 | 200 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.22 |
| HSL | 294.15º | 0.53% | 0.54% | - |
| HSV(B) | 294.15º | 0.62% | 0.78% | - |
| XYZ | 33.82 | 20.17 | 56.75 | - |
| YUV | 124.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 200 | 0.06 | 0.62 | 0 | 0.22 | 294.15 | 0.53 | 0.54 |
| Hex | BC | 4D | C8 | 6 | 3E | 0 | 16 | 126 | 35 | 36 |
| Octal | 274 | 115 | 310 | 6 | 76 | 0 | 26 | 446 | 65 | 66 |
| Binary | 10111100 | 1001101 | 11001000 | 110 | 111110 | 0 | 10110 | 100100110 | 110101 | 110110 |
Color Harmonies of #BC4DC8
Complementary color
Monochromatic Colors of #BC4DC8
Black with #BC4DC8
Text Example
Text Example
White with #BC4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DC8; }
p { color: rgb(188,77,200); }
H1.HeaderClassName
{
color: #BC4DC8;
}
.AnyTagClassName
{
color: #BC4DC8;
}
</style>
background-color css
<style>
a { background-color: #BC4DC8; }
a { background-color: rgb(188,77,200); }
div.DivClassName
{
background-color: #BC4DC8;
}
.BgClassName
{
background-color: #BC4DC8;
}
</style>
border-color css
<style>
span { border-color: #BC4DC8; }
span { border-color: rgb(188,77,200); }
td.TdClassName
{
border-color: #BC4DC8;
}
.TagClassName
{
border-color: #BC4DC8;
}
</style>