Shades of Fuchsia #BC2FBA
Tints of Fuchsia #BC2FBA
RGB
CMYK
RGB Variations
Color information
#BC2FBA (or 0xBC2FBA) is known color: Fuchsia. HEX triplet: BC, 2F and BA. RGB value is (188,47,186). Sum of RGB (Red+Green+Blue) = 188+47+186=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FBA is #43D045. Grayscale: #686868. Windows color (decimal): -4444230 or 12201916. OLE color: 12201916.
HSL color Cylindrical-coordinate representation of color #BC2FBA: hue angle of 300.85º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2FBA is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 186 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.26 |
| HSL | 300.85º | 0.6% | 0.46% | - |
| HSV(B) | 300.85º | 0.75% | 0.74% | - |
| XYZ | 30.62 | 16.27 | 47.98 | - |
| YUV | 105.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 186 | 0 | 0.75 | 0.01 | 0.26 | 300.85 | 0.6 | 0.46 |
| Hex | BC | 2F | BA | 0 | 4B | 1 | 1A | 12D | 3C | 2E |
| Octal | 274 | 57 | 272 | 0 | 113 | 1 | 32 | 455 | 74 | 56 |
| Binary | 10111100 | 101111 | 10111010 | 0 | 1001011 | 1 | 11010 | 100101101 | 111100 | 101110 |
Color Harmonies of #BC2FBA
Complementary color
Monochromatic Colors of #BC2FBA
Black with #BC2FBA
Text Example
Text Example
White with #BC2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FBA; }
p { color: rgb(188,47,186); }
H1.HeaderClassName
{
color: #BC2FBA;
}
.AnyTagClassName
{
color: #BC2FBA;
}
</style>
background-color css
<style>
a { background-color: #BC2FBA; }
a { background-color: rgb(188,47,186); }
div.DivClassName
{
background-color: #BC2FBA;
}
.BgClassName
{
background-color: #BC2FBA;
}
</style>
border-color css
<style>
span { border-color: #BC2FBA; }
span { border-color: rgb(188,47,186); }
td.TdClassName
{
border-color: #BC2FBA;
}
.TagClassName
{
border-color: #BC2FBA;
}
</style>