#B56AC6

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

Shades of Medium Orchid #B56AC6

Tints of Medium Orchid #B56AC6

Color information

#B56AC6 (or 0xB56AC6) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and C6. RGB value is (181,106,198). Sum of RGB (Red+Green+Blue) = 181+106+198=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #B56AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56AC6 is #4A9539. Grayscale: #8A8A8A. Windows color (decimal): -4887866 or 13003445. OLE color: 13003445.

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

Color convert

RGB181106198-
CMYK0.090.4600.22
HSL288.91º44.66%59.61%-
HSV(B)288.91º46.46%77.65%-
XYZ34.424.2156.29-
YUV138.91161.35158.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=37.32%
G=21.86%
B=40.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811061980.090.4600.22288.9144.6659.61
HexB56AC692E0161212d3c
Octal26515230611560264415574
Binary101101011101010110001101001101110010110100100001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AC6; }

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

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

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

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

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

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

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

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