Shades of Fuchsia #BC3BAE
Tints of Fuchsia #BC3BAE
RGB
CMYK
RGB Variations
Color information
#BC3BAE (or 0xBC3BAE) is known color: Fuchsia. HEX triplet: BC, 3B and AE. RGB value is (188,59,174). Sum of RGB (Red+Green+Blue) = 188+59+174=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BAE is #43C451. Grayscale: #6E6E6E. Windows color (decimal): -4441170 or 11418556. OLE color: 11418556.
HSL color Cylindrical-coordinate representation of color #BC3BAE: hue angle of 306.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3BAE is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 174 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.26 |
| HSL | 306.51º | 0.52% | 0.48% | - |
| HSV(B) | 306.51º | 0.69% | 0.74% | - |
| XYZ | 29.94 | 16.88 | 41.72 | - |
| YUV | 110.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 174 | 0 | 0.69 | 0.07 | 0.26 | 306.51 | 0.52 | 0.48 |
| Hex | BC | 3B | AE | 0 | 45 | 7 | 1A | 133 | 34 | 30 |
| Octal | 274 | 73 | 256 | 0 | 105 | 7 | 32 | 463 | 64 | 60 |
| Binary | 10111100 | 111011 | 10101110 | 0 | 1000101 | 111 | 11010 | 100110011 | 110100 | 110000 |
Color Harmonies of #BC3BAE
Complementary color
Monochromatic Colors of #BC3BAE
Black with #BC3BAE
Text Example
Text Example
White with #BC3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BAE; }
p { color: rgb(188,59,174); }
H1.HeaderClassName
{
color: #BC3BAE;
}
.AnyTagClassName
{
color: #BC3BAE;
}
</style>
background-color css
<style>
a { background-color: #BC3BAE; }
a { background-color: rgb(188,59,174); }
div.DivClassName
{
background-color: #BC3BAE;
}
.BgClassName
{
background-color: #BC3BAE;
}
</style>
border-color css
<style>
span { border-color: #BC3BAE; }
span { border-color: rgb(188,59,174); }
td.TdClassName
{
border-color: #BC3BAE;
}
.TagClassName
{
border-color: #BC3BAE;
}
</style>