#BF56B0

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

Shades of Fuchsia #BF56B0

Tints of Fuchsia #BF56B0

Color information

#BF56B0 (or 0xBF56B0) is unknown color: approx Fuchsia. HEX triplet: BF, 56 and B0. RGB value is (191,86,176). Sum of RGB (Red+Green+Blue) = 191+86+176=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56B0 is #40A94F. Grayscale: #7F7F7F. Windows color (decimal): -4237648 or 11556543. OLE color: 11556543.

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

Color convert

RGB19186176-
CMYK00.550.080.25
HSL308.57º45.06%54.31%-
HSV(B)308.57º54.97%74.9%-
XYZ32.6520.8743.38-
YUV127.66155.29173.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=42.16%
G=18.98%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918617600.550.080.25308.5745.0654.31
HexBF56B00378191352d36
Octal27712626006710314655566
Binary101111111010110101100000110111100011001100110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF56B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF56B0; }

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

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

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

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

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

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

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

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