#B56DD0

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

Shades of Medium Orchid #B56DD0

Tints of Medium Orchid #B56DD0

Color information

#B56DD0 (or 0xB56DD0) is unknown color: approx Medium Orchid. HEX triplet: B5, 6D and D0. RGB value is (181,109,208). Sum of RGB (Red+Green+Blue) = 181+109+208=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #B56DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DD0 is #4A922F. Grayscale: #8D8D8D. Windows color (decimal): -4887088 or 13659573. OLE color: 13659573.

HSL color Cylindrical-coordinate representation of color #B56DD0: hue angle of 283.64º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56DD0 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181109208-
CMYK0.130.4800.18
HSL283.64º51.3%62.16%-
HSV(B)283.64º47.6%81.57%-
XYZ35.9125.3262.67-
YUV141.81165.35155.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=36.35%
G=21.89%
B=41.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811092080.130.4800.18283.6451.362.16
HexB56DD0D3001211c333e
Octal26515532015600224346376
Binary101101011101101110100001101110000010010100011100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DD0; }

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

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

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

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

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

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

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

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