Shades of Fuchsia #BC2FAF
Tints of Fuchsia #BC2FAF
RGB
CMYK
RGB Variations
Color information
#BC2FAF (or 0xBC2FAF) is known color: Fuchsia. HEX triplet: BC, 2F and AF. RGB value is (188,47,175). Sum of RGB (Red+Green+Blue) = 188+47+175=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2FAF is #43D050. Grayscale: #676767. Windows color (decimal): -4444241 or 11481020. OLE color: 11481020.
HSL color Cylindrical-coordinate representation of color #BC2FAF: hue angle of 305.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2FAF is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 175 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.26 |
| HSL | 305.53º | 0.6% | 0.46% | - |
| HSV(B) | 305.53º | 0.75% | 0.74% | - |
| XYZ | 29.49 | 15.82 | 42.06 | - |
| YUV | 103.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 175 | 0 | 0.75 | 0.07 | 0.26 | 305.53 | 0.6 | 0.46 |
| Hex | BC | 2F | AF | 0 | 4B | 7 | 1A | 132 | 3C | 2E |
| Octal | 274 | 57 | 257 | 0 | 113 | 7 | 32 | 462 | 74 | 56 |
| Binary | 10111100 | 101111 | 10101111 | 0 | 1001011 | 111 | 11010 | 100110010 | 111100 | 101110 |
Color Harmonies of #BC2FAF
Complementary color
Monochromatic Colors of #BC2FAF
Black with #BC2FAF
Text Example
Text Example
White with #BC2FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FAF; }
p { color: rgb(188,47,175); }
H1.HeaderClassName
{
color: #BC2FAF;
}
.AnyTagClassName
{
color: #BC2FAF;
}
</style>
background-color css
<style>
a { background-color: #BC2FAF; }
a { background-color: rgb(188,47,175); }
div.DivClassName
{
background-color: #BC2FAF;
}
.BgClassName
{
background-color: #BC2FAF;
}
</style>
border-color css
<style>
span { border-color: #BC2FAF; }
span { border-color: rgb(188,47,175); }
td.TdClassName
{
border-color: #BC2FAF;
}
.TagClassName
{
border-color: #BC2FAF;
}
</style>