#B56AD6

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

Shades of Medium Orchid #B56AD6

Tints of Medium Orchid #B56AD6

Color information

#B56AD6 (or 0xB56AD6) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and D6. RGB value is (181,106,214). Sum of RGB (Red+Green+Blue) = 181+106+214=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #B56AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56AD6 is #4A9529. Grayscale: #8C8C8C. Windows color (decimal): -4887850 or 14052021. OLE color: 14052021.

HSL color Cylindrical-coordinate representation of color #B56AD6: hue angle of 281.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56AD6 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181106214-
CMYK0.150.5000.16
HSL281.67º56.84%62.75%-
HSV(B)281.67º50.47%83.92%-
XYZ36.3524.9966.53-
YUV140.74169.35156.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=36.13%
G=21.16%
B=42.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811062140.150.5000.16281.6756.8462.75
HexB56AD6F3201011a393f
Octal26515232617620204327177
Binary101101011101010110101101111110010010000100011010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AD6; }

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

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

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

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

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

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

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

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