Shades of Fuchsia #BC4CC6
Tints of Fuchsia #BC4CC6
RGB
CMYK
RGB Variations
Color information
#BC4CC6 (or 0xBC4CC6) is known color: Fuchsia. HEX triplet: BC, 4C and C6. RGB value is (188,76,198). Sum of RGB (Red+Green+Blue) = 188+76+198=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC4CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CC6 is #43B339. Grayscale: #7B7B7B. Windows color (decimal): -4436794 or 12995772. OLE color: 12995772.
HSL color Cylindrical-coordinate representation of color #BC4CC6: hue angle of 295.08º degrees, saturation: 0.52, 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 #BC4CC6 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 76 | 198 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.22 |
| HSL | 295.08º | 0.52% | 0.54% | - |
| HSV(B) | 295.08º | 0.62% | 0.78% | - |
| XYZ | 33.52 | 19.94 | 55.51 | - |
| YUV | 123.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 198 | 0.05 | 0.62 | 0 | 0.22 | 295.08 | 0.52 | 0.54 |
| Hex | BC | 4C | C6 | 5 | 3E | 0 | 16 | 127 | 34 | 36 |
| Octal | 274 | 114 | 306 | 5 | 76 | 0 | 26 | 447 | 64 | 66 |
| Binary | 10111100 | 1001100 | 11000110 | 101 | 111110 | 0 | 10110 | 100100111 | 110100 | 110110 |
Color Harmonies of #BC4CC6
Complementary color
Monochromatic Colors of #BC4CC6
Black with #BC4CC6
Text Example
Text Example
White with #BC4CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CC6; }
p { color: rgb(188,76,198); }
H1.HeaderClassName
{
color: #BC4CC6;
}
.AnyTagClassName
{
color: #BC4CC6;
}
</style>
background-color css
<style>
a { background-color: #BC4CC6; }
a { background-color: rgb(188,76,198); }
div.DivClassName
{
background-color: #BC4CC6;
}
.BgClassName
{
background-color: #BC4CC6;
}
</style>
border-color css
<style>
span { border-color: #BC4CC6; }
span { border-color: rgb(188,76,198); }
td.TdClassName
{
border-color: #BC4CC6;
}
.TagClassName
{
border-color: #BC4CC6;
}
</style>