#BF56A8

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

Shades of Fuchsia #BF56A8

Tints of Fuchsia #BF56A8

Color information

#BF56A8 (or 0xBF56A8) is unknown color: approx Fuchsia. HEX triplet: BF, 56 and A8. RGB value is (191,86,168). Sum of RGB (Red+Green+Blue) = 191+86+168=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56A8 is #40A957. Grayscale: #7E7E7E. Windows color (decimal): -4237656 or 11032255. OLE color: 11032255.

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

Color convert

RGB19186168-
CMYK00.550.120.25
HSL313.14º45.06%54.31%-
HSV(B)313.14º54.97%74.9%-
XYZ31.8820.5639.33-
YUV126.74151.29173.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 168 (66.02% from 255) = 37.75%
R=42.92%
G=19.33%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918616800.550.120.25313.1445.0654.31
HexBF56A8037C191392d36
Octal27712625006714314715566
Binary101111111010110101010000110111110011001100111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF56A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF56A8; }

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

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

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

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

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

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

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

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