#B56DD4

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

Shades of Medium Orchid #B56DD4

Tints of Medium Orchid #B56DD4

Color information

#B56DD4 (or 0xB56DD4) is unknown color: approx Medium Orchid. HEX triplet: B5, 6D and D4. RGB value is (181,109,212). Sum of RGB (Red+Green+Blue) = 181+109+212=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #B56DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DD4 is #4A922B. Grayscale: #8D8D8D. Windows color (decimal): -4887084 or 13921717. OLE color: 13921717.

HSL color Cylindrical-coordinate representation of color #B56DD4: hue angle of 281.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56DD4 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181109212-
CMYK0.150.4900.17
HSL281.94º54.5%62.94%-
HSV(B)281.94º48.58%83.14%-
XYZ36.4125.5165.29-
YUV142.27167.35155.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=36.06%
G=21.71%
B=42.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811092120.150.4900.17281.9454.562.94
HexB56DD4F3101111a363f
Octal26515532417610214326677
Binary101101011101101110101001111110001010001100011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DD4; }

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

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

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

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

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

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

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

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