#B56EB7

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

Shades of Fuchsia #B56EB7

Tints of Fuchsia #B56EB7

Color information

#B56EB7 (or 0xB56EB7) is unknown color: approx Fuchsia. HEX triplet: B5, 6E and B7. RGB value is (181,110,183). Sum of RGB (Red+Green+Blue) = 181+110+183=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #B56EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EB7 is #4A9148. Grayscale: #8B8B8B. Windows color (decimal): -4886857 or 12021429. OLE color: 12021429.

HSL color Cylindrical-coordinate representation of color #B56EB7: hue angle of 298.36º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56EB7 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181110183-
CMYK0.010.4000.28
HSL298.36º33.64%57.45%-
HSV(B)298.36º39.89%71.76%-
XYZ33.1824.3947.76-
YUV139.55152.52157.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=38.19%
G=23.21%
B=38.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811101830.010.4000.28298.3633.6457.45
HexB56EB712801C12a2239
Octal2651562671500344524271
Binary101101011101110101101111101000011100100101010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EB7; }

 p { color: rgb(181,110,183); }

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

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

 a { background-color: rgb(181,110,183); }

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

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

 span { border-color: rgb(181,110,183); }

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