Shades of Fuchsia #BF56A9
Tints of Fuchsia #BF56A9
RGB
CMYK
RGB Variations
Color information
#BF56A9 (or 0xBF56A9) is known color: Fuchsia. HEX triplet: BF, 56 and A9. RGB value is (191,86,169). Sum of RGB (Red+Green+Blue) = 191+86+169=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56A9 is #40A956. Grayscale: #7E7E7E. Windows color (decimal): -4237655 or 11097791. OLE color: 11097791.
HSL color Cylindrical-coordinate representation of color #BF56A9: hue angle of 312.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF56A9 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 169 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.25 |
| HSL | 312.57º | 0.45% | 0.54% | - |
| HSV(B) | 312.57º | 0.55% | 0.75% | - |
| XYZ | 31.98 | 20.6 | 39.83 | - |
| YUV | 126.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 169 | 0 | 0.55 | 0.12 | 0.25 | 312.57 | 0.45 | 0.54 |
| Hex | BF | 56 | A9 | 0 | 37 | C | 19 | 139 | 2D | 36 |
| Octal | 277 | 126 | 251 | 0 | 67 | 14 | 31 | 471 | 55 | 66 |
| Binary | 10111111 | 1010110 | 10101001 | 0 | 110111 | 1100 | 11001 | 100111001 | 101101 | 110110 |
Color Harmonies of #BF56A9
Complementary color
Monochromatic Colors of #BF56A9
Black with #BF56A9
Text Example
Text Example
White with #BF56A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56A9; }
p { color: rgb(191,86,169); }
H1.HeaderClassName
{
color: #BF56A9;
}
.AnyTagClassName
{
color: #BF56A9;
}
</style>
background-color css
<style>
a { background-color: #BF56A9; }
a { background-color: rgb(191,86,169); }
div.DivClassName
{
background-color: #BF56A9;
}
.BgClassName
{
background-color: #BF56A9;
}
</style>
border-color css
<style>
span { border-color: #BF56A9; }
span { border-color: rgb(191,86,169); }
td.TdClassName
{
border-color: #BF56A9;
}
.TagClassName
{
border-color: #BF56A9;
}
</style>