#B56FB4

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

Shades of Fuchsia #B56FB4

Tints of Fuchsia #B56FB4

Color information

#B56FB4 (or 0xB56FB4) is unknown color: approx Fuchsia. HEX triplet: B5, 6F and B4. RGB value is (181,111,180). Sum of RGB (Red+Green+Blue) = 181+111+180=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FB4 is #4A904B. Grayscale: #8B8B8B. Windows color (decimal): -4886604 or 11825077. OLE color: 11825077.

HSL color Cylindrical-coordinate representation of color #B56FB4: hue angle of 300.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56FB4 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181111180-
CMYK00.390.010.29
HSL300.86º32.11%57.25%-
HSV(B)300.86º38.67%70.98%-
XYZ32.9824.4946.17-
YUV139.8150.69157.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 111 (43.75% from 255) = 23.52%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=38.35%
G=23.52%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111118000.390.010.29300.8632.1157.25
HexB56FB402711D12d2039
Octal2651572640471354554071
Binary101101011101111101101000100111111101100101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FB4; }

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

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

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

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

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

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

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

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