Shades of Fuchsia #BC4BA6
Tints of Fuchsia #BC4BA6
RGB
CMYK
RGB Variations
Color information
#BC4BA6 (or 0xBC4BA6) is known color: Fuchsia. HEX triplet: BC, 4B and A6. RGB value is (188,75,166). Sum of RGB (Red+Green+Blue) = 188+75+166=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BA6 is #43B459. Grayscale: #767676. Windows color (decimal): -4437082 or 10898364. OLE color: 10898364.
HSL color Cylindrical-coordinate representation of color #BC4BA6: hue angle of 311.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4BA6 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 166 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.26 |
| HSL | 311.68º | 0.46% | 0.52% | - |
| HSV(B) | 311.68º | 0.6% | 0.74% | - |
| XYZ | 30.14 | 18.48 | 38.05 | - |
| YUV | 119.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 166 | 0 | 0.60 | 0.12 | 0.26 | 311.68 | 0.46 | 0.52 |
| Hex | BC | 4B | A6 | 0 | 3C | C | 1A | 138 | 2E | 34 |
| Octal | 274 | 113 | 246 | 0 | 74 | 14 | 32 | 470 | 56 | 64 |
| Binary | 10111100 | 1001011 | 10100110 | 0 | 111100 | 1100 | 11010 | 100111000 | 101110 | 110100 |
Color Harmonies of #BC4BA6
Complementary color
Monochromatic Colors of #BC4BA6
Black with #BC4BA6
Text Example
Text Example
White with #BC4BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BA6; }
p { color: rgb(188,75,166); }
H1.HeaderClassName
{
color: #BC4BA6;
}
.AnyTagClassName
{
color: #BC4BA6;
}
</style>
background-color css
<style>
a { background-color: #BC4BA6; }
a { background-color: rgb(188,75,166); }
div.DivClassName
{
background-color: #BC4BA6;
}
.BgClassName
{
background-color: #BC4BA6;
}
</style>
border-color css
<style>
span { border-color: #BC4BA6; }
span { border-color: rgb(188,75,166); }
td.TdClassName
{
border-color: #BC4BA6;
}
.TagClassName
{
border-color: #BC4BA6;
}
</style>