#B56BB5

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

Shades of Fuchsia #B56BB5

Tints of Fuchsia #B56BB5

Color information

#B56BB5 (or 0xB56BB5) is unknown color: approx Fuchsia. HEX triplet: B5, 6B and B5. RGB value is (181,107,181). Sum of RGB (Red+Green+Blue) = 181+107+181=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B56BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BB5 is #4A944A. Grayscale: #898989. Windows color (decimal): -4887627 or 11889589. OLE color: 11889589.

HSL color Cylindrical-coordinate representation of color #B56BB5: hue angle of 300º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56BB5 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB181107181-
CMYK00.4100.29
HSL300º33.33%56.47%-
HSV(B)300º40.88%70.98%-
XYZ32.6523.6846.56-
YUV137.56152.52158.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=38.59%
G=22.81%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110718100.4100.2930033.3356.47
HexB56BB502901D12c2138
Octal2651532650510354544170
Binary101101011101011101101010101001011101100101100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BB5; }

 p { color: rgb(181,107,181); }

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

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

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

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

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

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

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