#B56ED6

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

Shades of Medium Orchid #B56ED6

Tints of Medium Orchid #B56ED6

Color information

#B56ED6 (or 0xB56ED6) is unknown color: approx Medium Orchid. HEX triplet: B5, 6E and D6. RGB value is (181,110,214). Sum of RGB (Red+Green+Blue) = 181+110+214=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #B56ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ED6 is #4A9129. Grayscale: #8E8E8E. Windows color (decimal): -4886826 or 14053045. OLE color: 14053045.

HSL color Cylindrical-coordinate representation of color #B56ED6: hue angle of 280.96º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56ED6 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181110214-
CMYK0.150.4900.16
HSL280.96º55.91%63.53%-
HSV(B)280.96º48.6%83.92%-
XYZ36.7725.8366.67-
YUV143.08168.02155.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=35.84%
G=21.78%
B=42.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811102140.150.4900.16280.9655.9163.53
HexB56ED6F310101193840
Octal265156326176102043170100
Binary1011010111011101101011011111100010100001000110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ED6; }

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

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

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

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

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

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

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

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