Shades of Fuchsia #BC3ABA
Tints of Fuchsia #BC3ABA
RGB
CMYK
RGB Variations
Color information
#BC3ABA (or 0xBC3ABA) is known color: Fuchsia. HEX triplet: BC, 3A and BA. RGB value is (188,58,186). Sum of RGB (Red+Green+Blue) = 188+58+186=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ABA is #43C545. Grayscale: #6F6F6F. Windows color (decimal): -4441414 or 12204732. OLE color: 12204732.
HSL color Cylindrical-coordinate representation of color #BC3ABA: hue angle of 300.92º degrees, saturation: 0.53, 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 #BC3ABA is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 186 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.26 |
| HSL | 300.92º | 0.53% | 0.48% | - |
| HSV(B) | 300.92º | 0.69% | 0.74% | - |
| XYZ | 31.12 | 17.26 | 48.15 | - |
| YUV | 111.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 186 | 0 | 0.69 | 0.01 | 0.26 | 300.92 | 0.53 | 0.48 |
| Hex | BC | 3A | BA | 0 | 45 | 1 | 1A | 12D | 35 | 30 |
| Octal | 274 | 72 | 272 | 0 | 105 | 1 | 32 | 455 | 65 | 60 |
| Binary | 10111100 | 111010 | 10111010 | 0 | 1000101 | 1 | 11010 | 100101101 | 110101 | 110000 |
Color Harmonies of #BC3ABA
Complementary color
Monochromatic Colors of #BC3ABA
Black with #BC3ABA
Text Example
Text Example
White with #BC3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ABA; }
p { color: rgb(188,58,186); }
H1.HeaderClassName
{
color: #BC3ABA;
}
.AnyTagClassName
{
color: #BC3ABA;
}
</style>
background-color css
<style>
a { background-color: #BC3ABA; }
a { background-color: rgb(188,58,186); }
div.DivClassName
{
background-color: #BC3ABA;
}
.BgClassName
{
background-color: #BC3ABA;
}
</style>
border-color css
<style>
span { border-color: #BC3ABA; }
span { border-color: rgb(188,58,186); }
td.TdClassName
{
border-color: #BC3ABA;
}
.TagClassName
{
border-color: #BC3ABA;
}
</style>