Shades of Fuchsia #BC2DAF
Tints of Fuchsia #BC2DAF
RGB
CMYK
RGB Variations
Color information
#BC2DAF (or 0xBC2DAF) is known color: Fuchsia. HEX triplet: BC, 2D and AF. RGB value is (188,45,175). Sum of RGB (Red+Green+Blue) = 188+45+175=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DAF is #43D250. Grayscale: #666666. Windows color (decimal): -4444753 or 11480508. OLE color: 11480508.
HSL color Cylindrical-coordinate representation of color #BC2DAF: hue angle of 305.45º 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 #BC2DAF is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 175 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.26 |
| HSL | 305.45º | 0.61% | 0.46% | - |
| HSV(B) | 305.45º | 0.76% | 0.74% | - |
| XYZ | 29.42 | 15.66 | 42.03 | - |
| YUV | 102.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 175 | 0 | 0.76 | 0.07 | 0.26 | 305.45 | 0.61 | 0.46 |
| Hex | BC | 2D | AF | 0 | 4C | 7 | 1A | 131 | 3D | 2E |
| Octal | 274 | 55 | 257 | 0 | 114 | 7 | 32 | 461 | 75 | 56 |
| Binary | 10111100 | 101101 | 10101111 | 0 | 1001100 | 111 | 11010 | 100110001 | 111101 | 101110 |
Color Harmonies of #BC2DAF
Complementary color
Monochromatic Colors of #BC2DAF
Black with #BC2DAF
Text Example
Text Example
White with #BC2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DAF; }
p { color: rgb(188,45,175); }
H1.HeaderClassName
{
color: #BC2DAF;
}
.AnyTagClassName
{
color: #BC2DAF;
}
</style>
background-color css
<style>
a { background-color: #BC2DAF; }
a { background-color: rgb(188,45,175); }
div.DivClassName
{
background-color: #BC2DAF;
}
.BgClassName
{
background-color: #BC2DAF;
}
</style>
border-color css
<style>
span { border-color: #BC2DAF; }
span { border-color: rgb(188,45,175); }
td.TdClassName
{
border-color: #BC2DAF;
}
.TagClassName
{
border-color: #BC2DAF;
}
</style>