#B56DBA

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

Shades of Fuchsia #B56DBA

Tints of Fuchsia #B56DBA

Color information

#B56DBA (or 0xB56DBA) is unknown color: approx Fuchsia. HEX triplet: B5, 6D and BA. RGB value is (181,109,186). Sum of RGB (Red+Green+Blue) = 181+109+186=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B56DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DBA is #4A9245. Grayscale: #8B8B8B. Windows color (decimal): -4887110 or 12217781. OLE color: 12217781.

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

Color convert

RGB181109186-
CMYK0.030.4100.27
HSL296.1º35.81%57.84%-
HSV(B)296.1º41.4%72.94%-
XYZ33.3924.3149.39-
YUV139.31154.35157.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=38.03%
G=22.90%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811091860.030.4100.27296.135.8157.84
HexB56DBA32901B128243a
Octal2651552723510334504472
Binary1011010111011011011101011101001011011100101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DBA; }

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

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

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

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

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

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

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

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