#B56DC6

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

Shades of Medium Orchid #B56DC6

Tints of Medium Orchid #B56DC6

Color information

#B56DC6 (or 0xB56DC6) is unknown color: approx Medium Orchid. HEX triplet: B5, 6D and C6. RGB value is (181,109,198). Sum of RGB (Red+Green+Blue) = 181+109+198=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #B56DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DC6 is #4A9239. Grayscale: #8C8C8C. Windows color (decimal): -4887098 or 13004213. OLE color: 13004213.

HSL color Cylindrical-coordinate representation of color #B56DC6: hue angle of 288.54º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56DC6 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181109198-
CMYK0.090.4500.22
HSL288.54º43.84%60.2%-
HSV(B)288.54º44.95%77.65%-
XYZ34.7224.8456.39-
YUV140.67160.35156.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 198 (77.73% from 255) = 40.57%
R=37.09%
G=22.34%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811091980.090.4500.22288.5443.8460.2
HexB56DC692D0161212c3c
Octal26515530611550264415474
Binary101101011101101110001101001101101010110100100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DC6; }

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

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

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

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

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

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

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

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