Shades of Fuchsia #BC3EAB
Tints of Fuchsia #BC3EAB
RGB
CMYK
RGB Variations
Color information
#BC3EAB (or 0xBC3EAB) is known color: Fuchsia. HEX triplet: BC, 3E and AB. RGB value is (188,62,171). Sum of RGB (Red+Green+Blue) = 188+62+171=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3EAB is #43C154. Grayscale: #6F6F6F. Windows color (decimal): -4440405 or 11222716. OLE color: 11222716.
HSL color Cylindrical-coordinate representation of color #BC3EAB: hue angle of 308.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3EAB is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 171 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.26 |
| HSL | 308.1º | 0.5% | 0.49% | - |
| HSV(B) | 308.1º | 0.67% | 0.74% | - |
| XYZ | 29.81 | 17.08 | 40.25 | - |
| YUV | 112.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 171 | 0 | 0.67 | 0.09 | 0.26 | 308.1 | 0.5 | 0.49 |
| Hex | BC | 3E | AB | 0 | 43 | 9 | 1A | 134 | 32 | 31 |
| Octal | 274 | 76 | 253 | 0 | 103 | 11 | 32 | 464 | 62 | 61 |
| Binary | 10111100 | 111110 | 10101011 | 0 | 1000011 | 1001 | 11010 | 100110100 | 110010 | 110001 |
Color Harmonies of #BC3EAB
Complementary color
Monochromatic Colors of #BC3EAB
Black with #BC3EAB
Text Example
Text Example
White with #BC3EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EAB; }
p { color: rgb(188,62,171); }
H1.HeaderClassName
{
color: #BC3EAB;
}
.AnyTagClassName
{
color: #BC3EAB;
}
</style>
background-color css
<style>
a { background-color: #BC3EAB; }
a { background-color: rgb(188,62,171); }
div.DivClassName
{
background-color: #BC3EAB;
}
.BgClassName
{
background-color: #BC3EAB;
}
</style>
border-color css
<style>
span { border-color: #BC3EAB; }
span { border-color: rgb(188,62,171); }
td.TdClassName
{
border-color: #BC3EAB;
}
.TagClassName
{
border-color: #BC3EAB;
}
</style>