#B56AD2

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

Shades of Medium Orchid #B56AD2

Tints of Medium Orchid #B56AD2

Color information

#B56AD2 (or 0xB56AD2) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and D2. RGB value is (181,106,210). Sum of RGB (Red+Green+Blue) = 181+106+210=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #B56AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56AD2 is #4A952D. Grayscale: #8B8B8B. Windows color (decimal): -4887854 or 13789877. OLE color: 13789877.

HSL color Cylindrical-coordinate representation of color #B56AD2: hue angle of 283.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56AD2 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181106210-
CMYK0.140.5000.18
HSL283.27º53.61%61.96%-
HSV(B)283.27º49.52%82.35%-
XYZ35.8424.7863.87-
YUV140.28167.35157.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 210 (82.42% from 255) = 42.25%
R=36.42%
G=21.33%
B=42.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811062100.140.5000.18283.2753.6161.96
HexB56AD2E3201211b363e
Octal26515232216620224336676
Binary101101011101010110100101110110010010010100011011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AD2; }

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

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

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

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

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

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

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

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