#BF56B4

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

Shades of Fuchsia #BF56B4

Tints of Fuchsia #BF56B4

Color information

#BF56B4 (or 0xBF56B4) is unknown color: approx Fuchsia. HEX triplet: BF, 56 and B4. RGB value is (191,86,180). Sum of RGB (Red+Green+Blue) = 191+86+180=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF56B4 is #40A94B. Grayscale: #7F7F7F. Windows color (decimal): -4237644 or 11818687. OLE color: 11818687.

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

Color convert

RGB19186180-
CMYK00.550.060.25
HSL306.29º45.06%54.31%-
HSV(B)306.29º54.97%74.9%-
XYZ33.0521.0345.5-
YUV128.11157.29172.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=41.79%
G=18.82%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918618000.550.060.25306.2945.0654.31
HexBF56B40376191322d36
Octal2771262640676314625566
Binary10111111101011010110100011011111011001100110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF56B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF56B4; }

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

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

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

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

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

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

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

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