Shades of Fuchsia #BC4FAA
Tints of Fuchsia #BC4FAA
RGB
CMYK
RGB Variations
Color information
#BC4FAA (or 0xBC4FAA) is known color: Fuchsia. HEX triplet: BC, 4F and AA. RGB value is (188,79,170). Sum of RGB (Red+Green+Blue) = 188+79+170=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4FAA is #43B055. Grayscale: #797979. Windows color (decimal): -4436054 or 11161532. OLE color: 11161532.
HSL color Cylindrical-coordinate representation of color #BC4FAA: hue angle of 309.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FAA is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 170 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.26 |
| HSL | 309.91º | 0.45% | 0.52% | - |
| HSV(B) | 309.91º | 0.58% | 0.74% | - |
| XYZ | 30.79 | 19.19 | 40.11 | - |
| YUV | 121.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 170 | 0 | 0.58 | 0.10 | 0.26 | 309.91 | 0.45 | 0.52 |
| Hex | BC | 4F | AA | 0 | 3A | A | 1A | 136 | 2D | 34 |
| Octal | 274 | 117 | 252 | 0 | 72 | 12 | 32 | 466 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10101010 | 0 | 111010 | 1010 | 11010 | 100110110 | 101101 | 110100 |
Color Harmonies of #BC4FAA
Complementary color
Monochromatic Colors of #BC4FAA
Black with #BC4FAA
Text Example
Text Example
White with #BC4FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FAA; }
p { color: rgb(188,79,170); }
H1.HeaderClassName
{
color: #BC4FAA;
}
.AnyTagClassName
{
color: #BC4FAA;
}
</style>
background-color css
<style>
a { background-color: #BC4FAA; }
a { background-color: rgb(188,79,170); }
div.DivClassName
{
background-color: #BC4FAA;
}
.BgClassName
{
background-color: #BC4FAA;
}
</style>
border-color css
<style>
span { border-color: #BC4FAA; }
span { border-color: rgb(188,79,170); }
td.TdClassName
{
border-color: #BC4FAA;
}
.TagClassName
{
border-color: #BC4FAA;
}
</style>