Shades of Fuchsia #BC2CAF
Tints of Fuchsia #BC2CAF
RGB
CMYK
RGB Variations
Color information
#BC2CAF (or 0xBC2CAF) is known color: Fuchsia. HEX triplet: BC, 2C and AF. RGB value is (188,44,175). Sum of RGB (Red+Green+Blue) = 188+44+175=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2CAF is #43D350. Grayscale: #656565. Windows color (decimal): -4445009 or 11480252. OLE color: 11480252.
HSL color Cylindrical-coordinate representation of color #BC2CAF: hue angle of 305.42º degrees, saturation: 0.62, 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 #BC2CAF is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 175 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.26 |
| HSL | 305.42º | 0.62% | 0.45% | - |
| HSV(B) | 305.42º | 0.77% | 0.74% | - |
| XYZ | 29.38 | 15.59 | 42.02 | - |
| YUV | 101.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 175 | 0 | 0.77 | 0.07 | 0.26 | 305.42 | 0.62 | 0.45 |
| Hex | BC | 2C | AF | 0 | 4D | 7 | 1A | 131 | 3E | 2D |
| Octal | 274 | 54 | 257 | 0 | 115 | 7 | 32 | 461 | 76 | 55 |
| Binary | 10111100 | 101100 | 10101111 | 0 | 1001101 | 111 | 11010 | 100110001 | 111110 | 101101 |
Color Harmonies of #BC2CAF
Complementary color
Monochromatic Colors of #BC2CAF
Black with #BC2CAF
Text Example
Text Example
White with #BC2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CAF; }
p { color: rgb(188,44,175); }
H1.HeaderClassName
{
color: #BC2CAF;
}
.AnyTagClassName
{
color: #BC2CAF;
}
</style>
background-color css
<style>
a { background-color: #BC2CAF; }
a { background-color: rgb(188,44,175); }
div.DivClassName
{
background-color: #BC2CAF;
}
.BgClassName
{
background-color: #BC2CAF;
}
</style>
border-color css
<style>
span { border-color: #BC2CAF; }
span { border-color: rgb(188,44,175); }
td.TdClassName
{
border-color: #BC2CAF;
}
.TagClassName
{
border-color: #BC2CAF;
}
</style>