#BF56A7

Color #BF56A7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF56A7

Tints of Fuchsia #BF56A7

Color information

#BF56A7 (or 0xBF56A7) is unknown color: approx Fuchsia. HEX triplet: BF, 56 and A7. RGB value is (191,86,167). Sum of RGB (Red+Green+Blue) = 191+86+167=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56A7 is #40A958. Grayscale: #7E7E7E. Windows color (decimal): -4237657 or 10966719. OLE color: 10966719.

HSL color Cylindrical-coordinate representation of color #BF56A7: hue angle of 313.71º 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 #BF56A7 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19186167-
CMYK00.550.130.25
HSL313.71º45.06%54.31%-
HSV(B)313.71º54.97%74.9%-
XYZ31.7920.5238.84-
YUV126.63150.79173.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 86 (33.98% from 255) = 19.37%
BLUE value IS 167 (65.62% from 255) = 37.61%
R=43.02%
G=19.37%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918616700.550.130.25313.7145.0654.31
HexBF56A7037D1913a2d36
Octal27712624706715314725566
Binary101111111010110101001110110111110111001100111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF56A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF56A7; }

 p { color: rgb(191,86,167); }

 H1.HeaderClassName
 {
   color: #BF56A7;
 }
 .AnyTagClassName
 {
   color: #BF56A7;
 }
</style>
background-color css

<style>
 a { background-color: #BF56A7; }

 a { background-color: rgb(191,86,167); }

 div.DivClassName
 {
   background-color: #BF56A7;
 }
 .BgClassName
 {
   background-color: #BF56A7;
 }
</style>
border-color css

<style>
 span { border-color: #BF56A7; }

 span { border-color: rgb(191,86,167); }

 td.TdClassName
 {
   border-color: #BF56A7;
 }
 .TagClassName
 {
   border-color: #BF56A7;
 }
</style>