Shades of Fuchsia #BC3CAB
Tints of Fuchsia #BC3CAB
RGB
CMYK
RGB Variations
Color information
#BC3CAB (or 0xBC3CAB) is known color: Fuchsia. HEX triplet: BC, 3C and AB. RGB value is (188,60,171). Sum of RGB (Red+Green+Blue) = 188+60+171=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3CAB is #43C354. Grayscale: #6E6E6E. Windows color (decimal): -4440917 or 11222204. OLE color: 11222204.
HSL color Cylindrical-coordinate representation of color #BC3CAB: hue angle of 307.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CAB is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 171 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.26 |
| HSL | 307.97º | 0.52% | 0.49% | - |
| HSV(B) | 307.97º | 0.68% | 0.74% | - |
| XYZ | 29.71 | 16.86 | 40.22 | - |
| YUV | 110.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 171 | 0 | 0.68 | 0.09 | 0.26 | 307.97 | 0.52 | 0.49 |
| Hex | BC | 3C | AB | 0 | 44 | 9 | 1A | 134 | 34 | 31 |
| Octal | 274 | 74 | 253 | 0 | 104 | 11 | 32 | 464 | 64 | 61 |
| Binary | 10111100 | 111100 | 10101011 | 0 | 1000100 | 1001 | 11010 | 100110100 | 110100 | 110001 |
Color Harmonies of #BC3CAB
Complementary color
Monochromatic Colors of #BC3CAB
Black with #BC3CAB
Text Example
Text Example
White with #BC3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CAB; }
p { color: rgb(188,60,171); }
H1.HeaderClassName
{
color: #BC3CAB;
}
.AnyTagClassName
{
color: #BC3CAB;
}
</style>
background-color css
<style>
a { background-color: #BC3CAB; }
a { background-color: rgb(188,60,171); }
div.DivClassName
{
background-color: #BC3CAB;
}
.BgClassName
{
background-color: #BC3CAB;
}
</style>
border-color css
<style>
span { border-color: #BC3CAB; }
span { border-color: rgb(188,60,171); }
td.TdClassName
{
border-color: #BC3CAB;
}
.TagClassName
{
border-color: #BC3CAB;
}
</style>