Shades of Fuchsia #BC3BAF
Tints of Fuchsia #BC3BAF
RGB
CMYK
RGB Variations
Color information
#BC3BAF (or 0xBC3BAF) is known color: Fuchsia. HEX triplet: BC, 3B and AF. RGB value is (188,59,175). Sum of RGB (Red+Green+Blue) = 188+59+175=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BAF is #43C450. Grayscale: #6E6E6E. Windows color (decimal): -4441169 or 11484092. OLE color: 11484092.
HSL color Cylindrical-coordinate representation of color #BC3BAF: hue angle of 306.05º 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 #BC3BAF is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 175 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.26 |
| HSL | 306.05º | 0.52% | 0.48% | - |
| HSV(B) | 306.05º | 0.69% | 0.74% | - |
| XYZ | 30.04 | 16.91 | 42.24 | - |
| YUV | 110.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 175 | 0 | 0.69 | 0.07 | 0.26 | 306.05 | 0.52 | 0.48 |
| Hex | BC | 3B | AF | 0 | 45 | 7 | 1A | 132 | 34 | 30 |
| Octal | 274 | 73 | 257 | 0 | 105 | 7 | 32 | 462 | 64 | 60 |
| Binary | 10111100 | 111011 | 10101111 | 0 | 1000101 | 111 | 11010 | 100110010 | 110100 | 110000 |
Color Harmonies of #BC3BAF
Complementary color
Monochromatic Colors of #BC3BAF
Black with #BC3BAF
Text Example
Text Example
White with #BC3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BAF; }
p { color: rgb(188,59,175); }
H1.HeaderClassName
{
color: #BC3BAF;
}
.AnyTagClassName
{
color: #BC3BAF;
}
</style>
background-color css
<style>
a { background-color: #BC3BAF; }
a { background-color: rgb(188,59,175); }
div.DivClassName
{
background-color: #BC3BAF;
}
.BgClassName
{
background-color: #BC3BAF;
}
</style>
border-color css
<style>
span { border-color: #BC3BAF; }
span { border-color: rgb(188,59,175); }
td.TdClassName
{
border-color: #BC3BAF;
}
.TagClassName
{
border-color: #BC3BAF;
}
</style>