#B56DBE

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

Shades of Fuchsia #B56DBE

Tints of Fuchsia #B56DBE

Color information

#B56DBE (or 0xB56DBE) is unknown color: approx Fuchsia. HEX triplet: B5, 6D and BE. RGB value is (181,109,190). Sum of RGB (Red+Green+Blue) = 181+109+190=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #B56DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DBE is #4A9241. Grayscale: #8B8B8B. Windows color (decimal): -4887106 or 12479925. OLE color: 12479925.

HSL color Cylindrical-coordinate representation of color #B56DBE: hue angle of 293.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56DBE is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181109190-
CMYK0.050.4300.25
HSL293.33º38.39%58.63%-
HSV(B)293.33º42.63%74.51%-
XYZ33.8224.4851.66-
YUV139.76156.35157.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 109 (42.97% from 255) = 22.71%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=37.71%
G=22.71%
B=39.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811091900.050.4300.25293.3338.3958.63
HexB56DBE52B019125263b
Octal2651552765530314454673
Binary10110101110110110111110101101011011001100100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DBE; }

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

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

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

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

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

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

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

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