#B56FBF

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

Shades of Fuchsia #B56FBF

Tints of Fuchsia #B56FBF

Color information

#B56FBF (or 0xB56FBF) is unknown color: approx Fuchsia. HEX triplet: B5, 6F and BF. RGB value is (181,111,191). Sum of RGB (Red+Green+Blue) = 181+111+191=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #B56FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FBF is #4A9040. Grayscale: #8C8C8C. Windows color (decimal): -4886593 or 12545973. OLE color: 12545973.

HSL color Cylindrical-coordinate representation of color #B56FBF: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56FBF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181111191-
CMYK0.050.4200.25
HSL292.5º38.46%59.22%-
HSV(B)292.5º41.88%74.9%-
XYZ34.1424.9552.31-
YUV141.05156.19156.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 191 (75% from 255) = 39.54%
R=37.47%
G=22.98%
B=39.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811111910.050.4200.25292.538.4659.22
HexB56FBF52A019124263b
Octal2651572775520314444673
Binary10110101110111110111111101101010011001100100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FBF; }

 p { color: rgb(181,111,191); }

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

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

 a { background-color: rgb(181,111,191); }

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

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

 span { border-color: rgb(181,111,191); }

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