#B56DCB

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

Shades of Medium Orchid #B56DCB

Tints of Medium Orchid #B56DCB

Color information

#B56DCB (or 0xB56DCB) is unknown color: approx Medium Orchid. HEX triplet: B5, 6D and CB. RGB value is (181,109,203). Sum of RGB (Red+Green+Blue) = 181+109+203=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B56DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DCB is #4A9234. Grayscale: #8C8C8C. Windows color (decimal): -4887093 or 13331893. OLE color: 13331893.

HSL color Cylindrical-coordinate representation of color #B56DCB: hue angle of 285.96º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56DCB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181109203-
CMYK0.110.4600.20
HSL285.96º47.47%61.18%-
HSV(B)285.96º46.31%79.61%-
XYZ35.325.0759.48-
YUV141.24162.85156.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=36.71%
G=22.11%
B=41.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811092030.110.4600.20285.9647.4761.18
HexB56DCBB2E01411e2f3d
Octal26515531313560244365775
Binary101101011101101110010111011101110010100100011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DCB; }

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

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

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

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

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

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

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

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