Shades of Fuchsia #BC2DBA
Tints of Fuchsia #BC2DBA
RGB
CMYK
RGB Variations
Color information
#BC2DBA (or 0xBC2DBA) is known color: Fuchsia. HEX triplet: BC, 2D and BA. RGB value is (188,45,186). Sum of RGB (Red+Green+Blue) = 188+45+186=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DBA is #43D245. Grayscale: #676767. Windows color (decimal): -4444742 or 12201404. OLE color: 12201404.
HSL color Cylindrical-coordinate representation of color #BC2DBA: hue angle of 300.84º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2DBA is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 186 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.26 |
| HSL | 300.84º | 0.61% | 0.46% | - |
| HSV(B) | 300.84º | 0.76% | 0.74% | - |
| XYZ | 30.54 | 16.11 | 47.95 | - |
| YUV | 103.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 186 | 0 | 0.76 | 0.01 | 0.26 | 300.84 | 0.61 | 0.46 |
| Hex | BC | 2D | BA | 0 | 4C | 1 | 1A | 12D | 3D | 2E |
| Octal | 274 | 55 | 272 | 0 | 114 | 1 | 32 | 455 | 75 | 56 |
| Binary | 10111100 | 101101 | 10111010 | 0 | 1001100 | 1 | 11010 | 100101101 | 111101 | 101110 |
Color Harmonies of #BC2DBA
Complementary color
Monochromatic Colors of #BC2DBA
Black with #BC2DBA
Text Example
Text Example
White with #BC2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DBA; }
p { color: rgb(188,45,186); }
H1.HeaderClassName
{
color: #BC2DBA;
}
.AnyTagClassName
{
color: #BC2DBA;
}
</style>
background-color css
<style>
a { background-color: #BC2DBA; }
a { background-color: rgb(188,45,186); }
div.DivClassName
{
background-color: #BC2DBA;
}
.BgClassName
{
background-color: #BC2DBA;
}
</style>
border-color css
<style>
span { border-color: #BC2DBA; }
span { border-color: rgb(188,45,186); }
td.TdClassName
{
border-color: #BC2DBA;
}
.TagClassName
{
border-color: #BC2DBA;
}
</style>