Shades of Fuchsia #BC2BAF
Tints of Fuchsia #BC2BAF
RGB
CMYK
RGB Variations
Color information
#BC2BAF (or 0xBC2BAF) is known color: Fuchsia. HEX triplet: BC, 2B and AF. RGB value is (188,43,175). Sum of RGB (Red+Green+Blue) = 188+43+175=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2BAF is #43D450. Grayscale: #656565. Windows color (decimal): -4445265 or 11479996. OLE color: 11479996.
HSL color Cylindrical-coordinate representation of color #BC2BAF: hue angle of 305.38º 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 #BC2BAF is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 175 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.26 |
| HSL | 305.38º | 0.63% | 0.45% | - |
| HSV(B) | 305.38º | 0.77% | 0.74% | - |
| XYZ | 29.34 | 15.51 | 42.01 | - |
| YUV | 101.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 175 | 0 | 0.77 | 0.07 | 0.26 | 305.38 | 0.63 | 0.45 |
| Hex | BC | 2B | AF | 0 | 4D | 7 | 1A | 131 | 3F | 2D |
| Octal | 274 | 53 | 257 | 0 | 115 | 7 | 32 | 461 | 77 | 55 |
| Binary | 10111100 | 101011 | 10101111 | 0 | 1001101 | 111 | 11010 | 100110001 | 111111 | 101101 |
Color Harmonies of #BC2BAF
Complementary color
Monochromatic Colors of #BC2BAF
Black with #BC2BAF
Text Example
Text Example
White with #BC2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BAF; }
p { color: rgb(188,43,175); }
H1.HeaderClassName
{
color: #BC2BAF;
}
.AnyTagClassName
{
color: #BC2BAF;
}
</style>
background-color css
<style>
a { background-color: #BC2BAF; }
a { background-color: rgb(188,43,175); }
div.DivClassName
{
background-color: #BC2BAF;
}
.BgClassName
{
background-color: #BC2BAF;
}
</style>
border-color css
<style>
span { border-color: #BC2BAF; }
span { border-color: rgb(188,43,175); }
td.TdClassName
{
border-color: #BC2BAF;
}
.TagClassName
{
border-color: #BC2BAF;
}
</style>