#B56ECA

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

Shades of Medium Orchid #B56ECA

Tints of Medium Orchid #B56ECA

Color information

#B56ECA (or 0xB56ECA) is unknown color: approx Medium Orchid. HEX triplet: B5, 6E and CA. RGB value is (181,110,202). Sum of RGB (Red+Green+Blue) = 181+110+202=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #B56ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ECA is #4A9135. Grayscale: #8D8D8D. Windows color (decimal): -4886838 or 13266613. OLE color: 13266613.

HSL color Cylindrical-coordinate representation of color #B56ECA: hue angle of 286.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56ECA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181110202-
CMYK0.100.4600.21
HSL286.3º46.46%61.18%-
HSV(B)286.3º45.54%79.22%-
XYZ35.2925.2458.89-
YUV141.72162.02156.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=36.71%
G=22.31%
B=40.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811102020.100.4600.21286.346.4661.18
HexB56ECAA2E01511e2e3d
Octal26515631212560254365675
Binary101101011101110110010101010101110010101100011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ECA; }

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

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

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

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

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

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

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

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