#B56ABA

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

Shades of Fuchsia #B56ABA

Tints of Fuchsia #B56ABA

Color information

#B56ABA (or 0xB56ABA) is unknown color: approx Fuchsia. HEX triplet: B5, 6A and BA. RGB value is (181,106,186). Sum of RGB (Red+Green+Blue) = 181+106+186=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #B56ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ABA is #4A9545. Grayscale: #898989. Windows color (decimal): -4887878 or 12217013. OLE color: 12217013.

HSL color Cylindrical-coordinate representation of color #B56ABA: hue angle of 296.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56ABA is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181106186-
CMYK0.030.4300.27
HSL296.25º36.7%57.25%-
HSV(B)296.25º43.01%72.94%-
XYZ33.0723.6849.28-
YUV137.54155.35159-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=38.27%
G=22.41%
B=39.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811061860.030.4300.27296.2536.757.25
HexB56ABA32B01B1282539
Octal2651522723530334504571
Binary1011010111010101011101011101011011011100101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ABA; }

 p { color: rgb(181,106,186); }

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

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

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

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

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

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

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