Shades of Fuchsia #BC2BAD
Tints of Fuchsia #BC2BAD
RGB
CMYK
RGB Variations
Color information
#BC2BAD (or 0xBC2BAD) is known color: Fuchsia. HEX triplet: BC, 2B and AD. RGB value is (188,43,173). Sum of RGB (Red+Green+Blue) = 188+43+173=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2BAD is #43D452. Grayscale: #646464. Windows color (decimal): -4445267 or 11348924. OLE color: 11348924.
HSL color Cylindrical-coordinate representation of color #BC2BAD: hue angle of 306.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2BAD is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 173 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.26 |
| HSL | 306.21º | 0.63% | 0.45% | - |
| HSV(B) | 306.21º | 0.77% | 0.74% | - |
| XYZ | 29.15 | 15.44 | 40.98 | - |
| YUV | 101.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 173 | 0 | 0.77 | 0.08 | 0.26 | 306.21 | 0.63 | 0.45 |
| Hex | BC | 2B | AD | 0 | 4D | 8 | 1A | 132 | 3F | 2D |
| Octal | 274 | 53 | 255 | 0 | 115 | 10 | 32 | 462 | 77 | 55 |
| Binary | 10111100 | 101011 | 10101101 | 0 | 1001101 | 1000 | 11010 | 100110010 | 111111 | 101101 |
Color Harmonies of #BC2BAD
Complementary color
Monochromatic Colors of #BC2BAD
Black with #BC2BAD
Text Example
Text Example
White with #BC2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BAD; }
p { color: rgb(188,43,173); }
H1.HeaderClassName
{
color: #BC2BAD;
}
.AnyTagClassName
{
color: #BC2BAD;
}
</style>
background-color css
<style>
a { background-color: #BC2BAD; }
a { background-color: rgb(188,43,173); }
div.DivClassName
{
background-color: #BC2BAD;
}
.BgClassName
{
background-color: #BC2BAD;
}
</style>
border-color css
<style>
span { border-color: #BC2BAD; }
span { border-color: rgb(188,43,173); }
td.TdClassName
{
border-color: #BC2BAD;
}
.TagClassName
{
border-color: #BC2BAD;
}
</style>