#B56DE1

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

Shades of Medium Orchid #B56DE1

Tints of Medium Orchid #B56DE1

Color information

#B56DE1 (or 0xB56DE1) is unknown color: approx Medium Orchid. HEX triplet: B5, 6D and E1. RGB value is (181,109,225). Sum of RGB (Red+Green+Blue) = 181+109+225=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #B56DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DE1 is #4A921E. Grayscale: #8F8F8F. Windows color (decimal): -4887071 or 14773685. OLE color: 14773685.

HSL color Cylindrical-coordinate representation of color #B56DE1: hue angle of 277.24º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56DE1 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181109225-
CMYK0.200.5200.12
HSL277.24º65.91%65.49%-
HSV(B)277.24º51.56%88.24%-
XYZ38.1226.274.28-
YUV143.75173.85154.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=35.15%
G=21.17%
B=43.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811092250.200.5200.12277.2465.9165.49
HexB56DE114340C1154241
Octal2651553412464014425102101
Binary10110101110110111100001101001101000110010001010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DE1; }

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

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

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

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

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

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

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

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